Html Css Color HEX #BD72CF Medium Orchid

📋 copy color: '#BD72CF'

red 189 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #BD72CF

Tints of Medium Orchid #BD72CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 37.06%
G = 22.35%
B = 40.59%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD72CF (or 0xBD72CF) is known color: Medium Orchid. HEX triplet: BD, 72 and CF. RGB value is (189,114,207). Sum of RGB (Red+Green+Blue) = 189+114+207=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72CF is #428D30. Grayscale: #929292. Windows color (decimal): -4361521 or 13595325. OLE color: 13595325.

HSL color Cylindrical-coordinate representation of color #BD72CF: hue angle of 288.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD72CF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 114 207 -
CMYK 0.09 0.45 0 0.19
HSL 288.39º 0.49% 0.63% -
HSV(B) 288.39º 0.45% 0.81% -
XYZ 38.27 27.36 62.3 -
YUV 147.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 189 114 207 0.09 0.45 0 0.19 288.39 0.49 0.63
Hex BD 72 CF 9 2D 0 13 120 31 3F
Octal 275 162 317 11 55 0 23 440 61 77
Binary 10111101 1110010 11001111 1001 101101 0 10011 100100000 110001 111111

Color Harmonies of #BD72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72CF

Black with #BD72CF

Text Example


Text Example

White with #BD72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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