Html Css Color HEX #BB7DB0 London Hue

📋 copy color: '#BB7DB0'

red 187 ◦ green 125 ◦ blue 176

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

Shades of London Hue #BB7DB0

Tints of London Hue #BB7DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.61%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 38.32%
G = 25.61%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB7DB0 (or 0xBB7DB0) is known color: London Hue. HEX triplet: BB, 7D and B0. RGB value is (187,125,176). Sum of RGB (Red+Green+Blue) = 187+125+176=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DB0 is #44824F. Grayscale: #959595. Windows color (decimal): -4489808 or 11566523. OLE color: 11566523.

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

Color convert

RGB 187 125 176 -
CMYK 0 0.33 0.06 0.27
HSL 310.65º 0.31% 0.61% -
HSV(B) 310.65º 0.33% 0.73% -
XYZ 35.66 28.37 44.67 -
YUV 149.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 187 125 176 0 0.33 0.06 0.27 310.65 0.31 0.61
Hex BB 7D B0 0 21 6 1B 137 1F 3D
Octal 273 175 260 0 41 6 33 467 37 75
Binary 10111011 1111101 10110000 0 100001 110 11011 100110111 11111 111101

Color Harmonies of #BB7DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DB0

Black with #BB7DB0

Text Example


Text Example

White with #BB7DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DB0; }

 p { color: rgb(187,125,176); }

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

background-color css

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

 a { background-color: rgb(187,125,176); }

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

border-color css

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

 span { border-color: rgb(187,125,176); }

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