Html Css Color HEX #BC79BB London Hue

📋 copy color: '#BC79BB'

red 188 ◦ green 121 ◦ blue 187

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

Shades of London Hue #BC79BB

Tints of London Hue #BC79BB

RGB

 RED value IS 188 (73.83% from 255) = 37.9%

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

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

R = 37.9%
G = 24.4%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC79BB (or 0xBC79BB) is known color: London Hue. HEX triplet: BC, 79 and BB. RGB value is (188,121,187). Sum of RGB (Red+Green+Blue) = 188+121+187=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79BB is #438644. Grayscale: #949494. Windows color (decimal): -4425285 or 12286396. OLE color: 12286396.

HSL color Cylindrical-coordinate representation of color #BC79BB: hue angle of 300.9º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC79BB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 187 -
CMYK 0 0.36 0.01 0.26
HSL 300.9º 0.33% 0.61% -
HSV(B) 300.9º 0.36% 0.74% -
XYZ 36.55 27.95 50.48 -
YUV 148.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 188 121 187 0 0.36 0.01 0.26 300.9 0.33 0.61
Hex BC 79 BB 0 24 1 1A 12D 21 3D
Octal 274 171 273 0 44 1 32 455 41 75
Binary 10111100 1111001 10111011 0 100100 1 11010 100101101 100001 111101

Color Harmonies of #BC79BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79BB

Black with #BC79BB

Text Example


Text Example

White with #BC79BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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