Html Css Color HEX #BB7ABE London Hue

📋 copy color: '#BB7ABE'

red 187 ◦ green 122 ◦ blue 190

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

Shades of London Hue #BB7ABE

Tints of London Hue #BB7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 37.47%
G = 24.45%
B = 38.08%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB7ABE (or 0xBB7ABE) is known color: London Hue. HEX triplet: BB, 7A and BE. RGB value is (187,122,190). Sum of RGB (Red+Green+Blue) = 187+122+190=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB7ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABE is #448541. Grayscale: #949494. Windows color (decimal): -4490562 or 12483259. OLE color: 12483259.

HSL color Cylindrical-coordinate representation of color #BB7ABE: hue angle of 297.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7ABE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 122 190 -
CMYK 0.02 0.36 0 0.25
HSL 297.35º 0.34% 0.61% -
HSV(B) 297.35º 0.36% 0.75% -
XYZ 36.75 28.2 52.22 -
YUV 149.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 187 122 190 0.02 0.36 0 0.25 297.35 0.34 0.61
Hex BB 7A BE 2 24 0 19 129 22 3D
Octal 273 172 276 2 44 0 31 451 42 75
Binary 10111011 1111010 10111110 10 100100 0 11001 100101001 100010 111101

Color Harmonies of #BB7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7ABE

Black with #BB7ABE

Text Example


Text Example

White with #BB7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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