Html Css Color HEX #BB79B2 London Hue

📋 copy color: '#BB79B2'

red 187 ◦ green 121 ◦ blue 178

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

Shades of London Hue #BB79B2

Tints of London Hue #BB79B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.9%

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

R = 38.48%
G = 24.9%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB79B2 (or 0xBB79B2) is known color: London Hue. HEX triplet: BB, 79 and B2. RGB value is (187,121,178). Sum of RGB (Red+Green+Blue) = 187+121+178=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79B2 is #44864D. Grayscale: #939393. Windows color (decimal): -4490830 or 11696571. OLE color: 11696571.

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

Color convert

RGB 187 121 178 -
CMYK 0 0.35 0.05 0.27
HSL 308.18º 0.33% 0.6% -
HSV(B) 308.18º 0.35% 0.73% -
XYZ 35.37 27.45 45.55 -
YUV 147.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 187 121 178 0 0.35 0.05 0.27 308.18 0.33 0.6
Hex BB 79 B2 0 23 5 1B 134 21 3C
Octal 273 171 262 0 43 5 33 464 41 74
Binary 10111011 1111001 10110010 0 100011 101 11011 100110100 100001 111100

Color Harmonies of #BB79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79B2

Black with #BB79B2

Text Example


Text Example

White with #BB79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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