Html Css Color HEX #BB72B0 London Hue

📋 copy color: '#BB72B0'

red 187 ◦ green 114 ◦ blue 176

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

Shades of London Hue #BB72B0

Tints of London Hue #BB72B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 39.2%
G = 23.9%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB72B0 (or 0xBB72B0) is known color: London Hue. HEX triplet: BB, 72 and B0. RGB value is (187,114,176). Sum of RGB (Red+Green+Blue) = 187+114+176=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72B0 is #448D4F. Grayscale: #8E8E8E. Windows color (decimal): -4492624 or 11563707. OLE color: 11563707.

HSL color Cylindrical-coordinate representation of color #BB72B0: hue angle of 309.04º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB72B0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 176 -
CMYK 0 0.39 0.06 0.27
HSL 309.04º 0.35% 0.59% -
HSV(B) 309.04º 0.39% 0.73% -
XYZ 34.35 25.73 44.23 -
YUV 142.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 187 114 176 0 0.39 0.06 0.27 309.04 0.35 0.59
Hex BB 72 B0 0 27 6 1B 135 23 3B
Octal 273 162 260 0 47 6 33 465 43 73
Binary 10111011 1110010 10110000 0 100111 110 11011 100110101 100011 111011

Color Harmonies of #BB72B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72B0

Black with #BB72B0

Text Example


Text Example

White with #BB72B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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