Html Css Color HEX #BB84B9 London Hue

📋 copy color: '#BB84B9'

red 187 ◦ green 132 ◦ blue 185

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

Shades of London Hue #BB84B9

Tints of London Hue #BB84B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 37.1%
G = 26.19%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB84B9 (or 0xBB84B9) is known color: London Hue. HEX triplet: BB, 84 and B9. RGB value is (187,132,185). Sum of RGB (Red+Green+Blue) = 187+132+185=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84B9 is #447B46. Grayscale: #9A9A9A. Windows color (decimal): -4488007 or 12158139. OLE color: 12158139.

HSL color Cylindrical-coordinate representation of color #BB84B9: hue angle of 302.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB84B9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 185 -
CMYK 0 0.29 0.01 0.27
HSL 302.18º 0.29% 0.63% -
HSV(B) 302.18º 0.29% 0.73% -
XYZ 37.5 30.57 49.82 -
YUV 154.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 187 132 185 0 0.29 0.01 0.27 302.18 0.29 0.63
Hex BB 84 B9 0 1D 1 1B 12E 1D 3F
Octal 273 204 271 0 35 1 33 456 35 77
Binary 10111011 10000100 10111001 0 11101 1 11011 100101110 11101 111111

Color Harmonies of #BB84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84B9

Black with #BB84B9

Text Example


Text Example

White with #BB84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84B9; }

 p { color: rgb(187,132,185); }

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

background-color css

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

 a { background-color: rgb(187,132,185); }

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

border-color css

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

 span { border-color: rgb(187,132,185); }

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