Html Css Color HEX #BB7CB2 London Hue

📋 copy color: '#BB7CB2'

red 187 ◦ green 124 ◦ blue 178

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

Shades of London Hue #BB7CB2

Tints of London Hue #BB7CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 38.24%
G = 25.36%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB7CB2 (or 0xBB7CB2) is known color: London Hue. HEX triplet: BB, 7C and B2. RGB value is (187,124,178). Sum of RGB (Red+Green+Blue) = 187+124+178=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CB2 is #44834D. Grayscale: #949494. Windows color (decimal): -4490062 or 11697339. OLE color: 11697339.

HSL color Cylindrical-coordinate representation of color #BB7CB2: hue angle of 308.57º 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 #BB7CB2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 178 -
CMYK 0 0.34 0.05 0.27
HSL 308.57º 0.32% 0.61% -
HSV(B) 308.57º 0.34% 0.73% -
XYZ 35.74 28.19 45.68 -
YUV 148.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 187 124 178 0 0.34 0.05 0.27 308.57 0.32 0.61
Hex BB 7C B2 0 22 5 1B 135 20 3D
Octal 273 174 262 0 42 5 33 465 40 75
Binary 10111011 1111100 10110010 0 100010 101 11011 100110101 100000 111101

Color Harmonies of #BB7CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CB2

Black with #BB7CB2

Text Example


Text Example

White with #BB7CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CB2; }

 p { color: rgb(187,124,178); }

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

background-color css

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

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

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

border-color css

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

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

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