Html Css Color HEX #BB7ABB London Hue

📋 copy color: '#BB7ABB'

red 187 ◦ green 122 ◦ blue 187

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

Shades of London Hue #BB7ABB

Tints of London Hue #BB7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.6%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 37.7%
G = 24.6%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB7ABB (or 0xBB7ABB) is known color: London Hue. HEX triplet: BB, 7A and BB. RGB value is (187,122,187). Sum of RGB (Red+Green+Blue) = 187+122+187=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABB is #448544. Grayscale: #949494. Windows color (decimal): -4490565 or 12286651. OLE color: 12286651.

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

Color convert

RGB 187 122 187 -
CMYK 0 0.35 0 0.27
HSL 300º 0.32% 0.61% -
HSV(B) 300º 0.35% 0.73% -
XYZ 36.42 28.07 50.51 -
YUV 148.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 187 122 187 0 0.35 0 0.27 300 0.32 0.61
Hex BB 7A BB 0 23 0 1B 12C 20 3D
Octal 273 172 273 0 43 0 33 454 40 75
Binary 10111011 1111010 10111011 0 100011 0 11011 100101100 100000 111101

Color Harmonies of #BB7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7ABB

Black with #BB7ABB

Text Example


Text Example

White with #BB7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7ABB; }

 p { color: rgb(187,122,187); }

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

background-color css

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

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

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

border-color css

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

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

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