Html Css Color HEX #BB7FBD London Hue

📋 copy color: '#BB7FBD'

red 187 ◦ green 127 ◦ blue 189

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

Shades of London Hue #BB7FBD

Tints of London Hue #BB7FBD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.25%

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 37.18%
G = 25.25%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB7FBD (or 0xBB7FBD) is known color: London Hue. HEX triplet: BB, 7F and BD. RGB value is (187,127,189). Sum of RGB (Red+Green+Blue) = 187+127+189=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB7FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FBD is #448042. Grayscale: #979797. Windows color (decimal): -4489283 or 12419003. OLE color: 12419003.

HSL color Cylindrical-coordinate representation of color #BB7FBD: hue angle of 298.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7FBD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 127 189 -
CMYK 0.01 0.33 0 0.26
HSL 298.06º 0.32% 0.62% -
HSV(B) 298.06º 0.33% 0.74% -
XYZ 37.27 29.42 51.86 -
YUV 152.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 187 127 189 0.01 0.33 0 0.26 298.06 0.32 0.62
Hex BB 7F BD 1 21 0 1A 12A 20 3E
Octal 273 177 275 1 41 0 32 452 40 76
Binary 10111011 1111111 10111101 1 100001 0 11010 100101010 100000 111110

Color Harmonies of #BB7FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FBD

Black with #BB7FBD

Text Example


Text Example

White with #BB7FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FBD; }

 p { color: rgb(187,127,189); }

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

background-color css

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

 a { background-color: rgb(187,127,189); }

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

border-color css

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

 span { border-color: rgb(187,127,189); }

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