Html Css Color HEX #BB7BBB London Hue

📋 copy color: '#BB7BBB'

red 187 ◦ green 123 ◦ blue 187

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

Shades of London Hue #BB7BBB

Tints of London Hue #BB7BBB

RGB

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

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

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

R = 37.63%
G = 24.75%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB7BBB (or 0xBB7BBB) is known color: London Hue. HEX triplet: BB, 7B and BB. RGB value is (187,123,187). Sum of RGB (Red+Green+Blue) = 187+123+187=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BBB is #448444. Grayscale: #959595. Windows color (decimal): -4490309 or 12286907. OLE color: 12286907.

HSL color Cylindrical-coordinate representation of color #BB7BBB: 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.34%. Process color model (Four color, CMYK) of #BB7BBB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 123 187 -
CMYK 0 0.34 0 0.27
HSL 300º 0.32% 0.61% -
HSV(B) 300º 0.34% 0.73% -
XYZ 36.55 28.32 50.55 -
YUV 149.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 187 123 187 0 0.34 0 0.27 300 0.32 0.61
Hex BB 7B BB 0 22 0 1B 12C 20 3D
Octal 273 173 273 0 42 0 33 454 40 75
Binary 10111011 1111011 10111011 0 100010 0 11011 100101100 100000 111101

Color Harmonies of #BB7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BBB

Black with #BB7BBB

Text Example


Text Example

White with #BB7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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