Html Css Color HEX #BB8FB1 London Hue

📋 copy color: '#BB8FB1'

red 187 ◦ green 143 ◦ blue 177

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

Shades of London Hue #BB8FB1

Tints of London Hue #BB8FB1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 36.88%
G = 28.21%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB8FB1 (or 0xBB8FB1) is known color: London Hue. HEX triplet: BB, 8F and B1. RGB value is (187,143,177). Sum of RGB (Red+Green+Blue) = 187+143+177=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FB1 is #44704E. Grayscale: #9F9F9F. Windows color (decimal): -4485199 or 11636667. OLE color: 11636667.

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

Color convert

RGB 187 143 177 -
CMYK 0 0.24 0.05 0.27
HSL 313.64º 0.24% 0.65% -
HSV(B) 313.64º 0.24% 0.73% -
XYZ 38.25 33.38 46.02 -
YUV 160.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 187 143 177 0 0.24 0.05 0.27 313.64 0.24 0.65
Hex BB 8F B1 0 18 5 1B 13A 18 41
Octal 273 217 261 0 30 5 33 472 30 101
Binary 10111011 10001111 10110001 0 11000 101 11011 100111010 11000 1000001

Color Harmonies of #BB8FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FB1

Black with #BB8FB1

Text Example


Text Example

White with #BB8FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FB1; }

 p { color: rgb(187,143,177); }

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

background-color css

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

 a { background-color: rgb(187,143,177); }

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

border-color css

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

 span { border-color: rgb(187,143,177); }

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