Html Css Color HEX #BD72CA Medium Orchid

📋 copy color: '#BD72CA'

red 189 ◦ green 114 ◦ blue 202

#BD72CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD72CA

Tints of Medium Orchid #BD72CA

RGB

 RED value IS 189 (74.22% from 255) = 37.43%

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 37.43%
G = 22.57%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD72CA (or 0xBD72CA) is known color: Medium Orchid. HEX triplet: BD, 72 and CA. RGB value is (189,114,202). Sum of RGB (Red+Green+Blue) = 189+114+202=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72CA is #428D35. Grayscale: #929292. Windows color (decimal): -4361526 or 13267645. OLE color: 13267645.

HSL color Cylindrical-coordinate representation of color #BD72CA: hue angle of 291.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD72CA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 114 202 -
CMYK 0.06 0.44 0 0.21
HSL 291.14º 0.45% 0.62% -
HSV(B) 291.14º 0.44% 0.79% -
XYZ 37.66 27.12 59.13 -
YUV 146.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 189 114 202 0.06 0.44 0 0.21 291.14 0.45 0.62
Hex BD 72 CA 6 2C 0 15 123 2D 3E
Octal 275 162 312 6 54 0 25 443 55 76
Binary 10111101 1110010 11001010 110 101100 0 10101 100100011 101101 111110

Color Harmonies of #BD72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72CA

Black with #BD72CA

Text Example


Text Example

White with #BD72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72CA; }

 p { color: rgb(189,114,202); }

 H1.HeaderClassName
 {
   color: #BD72CA;
 }
 .AnyTagClassName
 {
   color: #BD72CA;
 }
</style>

background-color css

<style>
 a { background-color: #BD72CA; }

 a { background-color: rgb(189,114,202); }

 div.DivClassName
 {
   background-color: #BD72CA;
 }
 .BgClassName
 {
   background-color: #BD72CA;
 }
</style>

border-color css

<style>
 span { border-color: #BD72CA; }

 span { border-color: rgb(189,114,202); }

 td.TdClassName
 {
   border-color: #BD72CA;
 }
 .TagClassName
 {
   border-color: #BD72CA;
 }
</style>