Html Css Color HEX #BB72CC Medium Orchid

📋 copy color: '#BB72CC'

red 187 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #BB72CC

Tints of Medium Orchid #BB72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 37.03%
G = 22.57%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB72CC (or 0xBB72CC) is known color: Medium Orchid. HEX triplet: BB, 72 and CC. RGB value is (187,114,204). Sum of RGB (Red+Green+Blue) = 187+114+204=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72CC is #448D33. Grayscale: #919191. Windows color (decimal): -4492596 or 13398715. OLE color: 13398715.

HSL color Cylindrical-coordinate representation of color #BB72CC: hue angle of 288.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB72CC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 114 204 -
CMYK 0.08 0.44 0 0.2
HSL 288.67º 0.47% 0.62% -
HSV(B) 288.67º 0.44% 0.8% -
XYZ 37.41 26.96 60.36 -
YUV 146.09 160.68 157.18 -
System Red Green Blue C M Y K H S L
Decimal 187 114 204 0.08 0.44 0 0.2 288.67 0.47 0.62
Hex BB 72 CC 8 2C 0 14 121 2F 3E
Octal 273 162 314 10 54 0 24 441 57 76
Binary 10111011 1110010 11001100 1000 101100 0 10100 100100001 101111 111110

Color Harmonies of #BB72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72CC

Black with #BB72CC

Text Example


Text Example

White with #BB72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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