Html Css Color HEX #BB7BBD London Hue

📋 copy color: '#BB7BBD'

red 187 ◦ green 123 ◦ blue 189

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

Shades of London Hue #BB7BBD

Tints of London Hue #BB7BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.65%

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

R = 37.47%
G = 24.65%
B = 37.88%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB7BBD (or 0xBB7BBD) is known color: London Hue. HEX triplet: BB, 7B and BD. RGB value is (187,123,189). Sum of RGB (Red+Green+Blue) = 187+123+189=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BBD is #448442. Grayscale: #959595. Windows color (decimal): -4490307 or 12417979. OLE color: 12417979.

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

Color convert

RGB 187 123 189 -
CMYK 0.01 0.35 0 0.26
HSL 298.18º 0.33% 0.61% -
HSV(B) 298.18º 0.35% 0.74% -
XYZ 36.76 28.4 51.69 -
YUV 149.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 187 123 189 0.01 0.35 0 0.26 298.18 0.33 0.61
Hex BB 7B BD 1 23 0 1A 12A 21 3D
Octal 273 173 275 1 43 0 32 452 41 75
Binary 10111011 1111011 10111101 1 100011 0 11010 100101010 100001 111101

Color Harmonies of #BB7BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BBD

Black with #BB7BBD

Text Example


Text Example

White with #BB7BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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