Html Css Color HEX #BB7FB2 London Hue

📋 copy color: '#BB7FB2'

red 187 ◦ green 127 ◦ blue 178

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

Shades of London Hue #BB7FB2

Tints of London Hue #BB7FB2

RGB

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

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

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

R = 38.01%
G = 25.81%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB7FB2 (or 0xBB7FB2) is known color: London Hue. HEX triplet: BB, 7F and B2. RGB value is (187,127,178). Sum of RGB (Red+Green+Blue) = 187+127+178=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FB2 is #44804D. Grayscale: #969696. Windows color (decimal): -4489294 or 11698107. OLE color: 11698107.

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

Color convert

RGB 187 127 178 -
CMYK 0 0.32 0.05 0.27
HSL 309º 0.31% 0.62% -
HSV(B) 309º 0.32% 0.73% -
XYZ 36.12 28.96 45.81 -
YUV 150.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 187 127 178 0 0.32 0.05 0.27 309 0.31 0.62
Hex BB 7F B2 0 20 5 1B 135 1F 3E
Octal 273 177 262 0 40 5 33 465 37 76
Binary 10111011 1111111 10110010 0 100000 101 11011 100110101 11111 111110

Color Harmonies of #BB7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FB2

Black with #BB7FB2

Text Example


Text Example

White with #BB7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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