Html Css Color HEX #BB79BA London Hue

📋 copy color: '#BB79BA'

red 187 ◦ green 121 ◦ blue 186

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

Shades of London Hue #BB79BA

Tints of London Hue #BB79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 37.85%
G = 24.49%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB79BA (or 0xBB79BA) is known color: London Hue. HEX triplet: BB, 79 and BA. RGB value is (187,121,186). Sum of RGB (Red+Green+Blue) = 187+121+186=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BA is #448645. Grayscale: #939393. Windows color (decimal): -4490822 or 12220859. OLE color: 12220859.

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

Color convert

RGB 187 121 186 -
CMYK 0 0.35 0.01 0.27
HSL 300.91º 0.33% 0.6% -
HSV(B) 300.91º 0.35% 0.73% -
XYZ 36.19 27.78 49.91 -
YUV 148.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 187 121 186 0 0.35 0.01 0.27 300.91 0.33 0.6
Hex BB 79 BA 0 23 1 1B 12D 21 3C
Octal 273 171 272 0 43 1 33 455 41 74
Binary 10111011 1111001 10111010 0 100011 1 11011 100101101 100001 111100

Color Harmonies of #BB79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79BA

Black with #BB79BA

Text Example


Text Example

White with #BB79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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