Html Css Color HEX #BB72CF Medium Orchid

📋 copy color: '#BB72CF'

red 187 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #BB72CF

Tints of Medium Orchid #BB72CF

RGB

 RED value IS 187 (73.44% from 255) = 36.81%

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

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

R = 36.81%
G = 22.44%
B = 40.75%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB72CF (or 0xBB72CF) is known color: Medium Orchid. HEX triplet: BB, 72 and CF. RGB value is (187,114,207). Sum of RGB (Red+Green+Blue) = 187+114+207=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72CF is #448D30. Grayscale: #929292. Windows color (decimal): -4492593 or 13595323. OLE color: 13595323.

HSL color Cylindrical-coordinate representation of color #BB72CF: hue angle of 287.1º 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 #BB72CF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 114 207 -
CMYK 0.10 0.45 0 0.19
HSL 287.1º 0.49% 0.63% -
HSV(B) 287.1º 0.45% 0.81% -
XYZ 37.77 27.1 62.27 -
YUV 146.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 187 114 207 0.10 0.45 0 0.19 287.1 0.49 0.63
Hex BB 72 CF A 2D 0 13 11F 31 3F
Octal 273 162 317 12 55 0 23 437 61 77
Binary 10111011 1110010 11001111 1010 101101 0 10011 100011111 110001 111111

Color Harmonies of #BB72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72CF

Black with #BB72CF

Text Example


Text Example

White with #BB72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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