Html Css Color HEX #BB7BBE London Hue

📋 copy color: '#BB7BBE'

red 187 ◦ green 123 ◦ blue 190

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

Shades of London Hue #BB7BBE

Tints of London Hue #BB7BBE

RGB

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

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

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

R = 37.4%
G = 24.6%
B = 38%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB7BBE (or 0xBB7BBE) is known color: London Hue. HEX triplet: BB, 7B and BE. RGB value is (187,123,190). Sum of RGB (Red+Green+Blue) = 187+123+190=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BBE is #448441. Grayscale: #959595. Windows color (decimal): -4490306 or 12483515. OLE color: 12483515.

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

Color convert

RGB 187 123 190 -
CMYK 0.02 0.35 0 0.25
HSL 297.31º 0.34% 0.61% -
HSV(B) 297.31º 0.35% 0.75% -
XYZ 36.87 28.45 52.26 -
YUV 149.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 187 123 190 0.02 0.35 0 0.25 297.31 0.34 0.61
Hex BB 7B BE 2 23 0 19 129 22 3D
Octal 273 173 276 2 43 0 31 451 42 75
Binary 10111011 1111011 10111110 10 100011 0 11001 100101001 100010 111101

Color Harmonies of #BB7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BBE

Black with #BB7BBE

Text Example


Text Example

White with #BB7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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