Html Css Color HEX #BB73B0 London Hue

📋 copy color: '#BB73B0'

red 187 ◦ green 115 ◦ blue 176

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

Shades of London Hue #BB73B0

Tints of London Hue #BB73B0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 39.12%
G = 24.06%
B = 36.82%

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

#BB73B0 (or 0xBB73B0) is known color: London Hue. HEX triplet: BB, 73 and B0. RGB value is (187,115,176). Sum of RGB (Red+Green+Blue) = 187+115+176=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73B0 is #448C4F. Grayscale: #8F8F8F. Windows color (decimal): -4492368 or 11563963. OLE color: 11563963.

HSL color Cylindrical-coordinate representation of color #BB73B0: hue angle of 309.17º 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 #BB73B0 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 176 -
CMYK 0 0.39 0.06 0.27
HSL 309.17º 0.35% 0.59% -
HSV(B) 309.17º 0.39% 0.73% -
XYZ 34.46 25.96 44.27 -
YUV 143.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 187 115 176 0 0.39 0.06 0.27 309.17 0.35 0.59
Hex BB 73 B0 0 27 6 1B 135 23 3B
Octal 273 163 260 0 47 6 33 465 43 73
Binary 10111011 1110011 10110000 0 100111 110 11011 100110101 100011 111011

Color Harmonies of #BB73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73B0

Black with #BB73B0

Text Example


Text Example

White with #BB73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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