Html Css Color HEX #BB73B2 London Hue

📋 copy color: '#BB73B2'

red 187 ◦ green 115 ◦ blue 178

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

Shades of London Hue #BB73B2

Tints of London Hue #BB73B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 38.96%
G = 23.96%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB73B2 (or 0xBB73B2) is known color: London Hue. HEX triplet: BB, 73 and B2. RGB value is (187,115,178). Sum of RGB (Red+Green+Blue) = 187+115+178=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73B2 is #448C4D. Grayscale: #8F8F8F. Windows color (decimal): -4492366 or 11695035. OLE color: 11695035.

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

Color convert

RGB 187 115 178 -
CMYK 0 0.39 0.05 0.27
HSL 307.5º 0.35% 0.59% -
HSV(B) 307.5º 0.39% 0.73% -
XYZ 34.66 26.04 45.32 -
YUV 143.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 187 115 178 0 0.39 0.05 0.27 307.5 0.35 0.59
Hex BB 73 B2 0 27 5 1B 134 23 3B
Octal 273 163 262 0 47 5 33 464 43 73
Binary 10111011 1110011 10110010 0 100111 101 11011 100110100 100011 111011

Color Harmonies of #BB73B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73B2

Black with #BB73B2

Text Example


Text Example

White with #BB73B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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