Html Css Color HEX #BB7BB3 London Hue

📋 copy color: '#BB7BB3'

red 187 ◦ green 123 ◦ blue 179

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

Shades of London Hue #BB7BB3

Tints of London Hue #BB7BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 38.24%
G = 25.15%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB7BB3 (or 0xBB7BB3) is known color: London Hue. HEX triplet: BB, 7B and B3. RGB value is (187,123,179). Sum of RGB (Red+Green+Blue) = 187+123+179=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BB3 is #44844C. Grayscale: #949494. Windows color (decimal): -4490317 or 11762619. OLE color: 11762619.

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

Color convert

RGB 187 123 179 -
CMYK 0 0.34 0.04 0.27
HSL 307.5º 0.32% 0.61% -
HSV(B) 307.5º 0.34% 0.73% -
XYZ 35.71 27.99 46.17 -
YUV 148.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 187 123 179 0 0.34 0.04 0.27 307.5 0.32 0.61
Hex BB 7B B3 0 22 4 1B 134 20 3D
Octal 273 173 263 0 42 4 33 464 40 75
Binary 10111011 1111011 10110011 0 100010 100 11011 100110100 100000 111101

Color Harmonies of #BB7BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BB3

Black with #BB7BB3

Text Example


Text Example

White with #BB7BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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