Html Css Color HEX #BC79B8 London Hue

📋 copy color: '#BC79B8'

red 188 ◦ green 121 ◦ blue 184

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

Shades of London Hue #BC79B8

Tints of London Hue #BC79B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 38.13%
G = 24.54%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC79B8 (or 0xBC79B8) is known color: London Hue. HEX triplet: BC, 79 and B8. RGB value is (188,121,184). Sum of RGB (Red+Green+Blue) = 188+121+184=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79B8 is #438647. Grayscale: #949494. Windows color (decimal): -4425288 or 12089788. OLE color: 12089788.

HSL color Cylindrical-coordinate representation of color #BC79B8: hue angle of 303.58º 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 #BC79B8 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 184 -
CMYK 0 0.36 0.02 0.26
HSL 303.58º 0.33% 0.61% -
HSV(B) 303.58º 0.36% 0.74% -
XYZ 36.23 27.83 48.81 -
YUV 148.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 188 121 184 0 0.36 0.02 0.26 303.58 0.33 0.61
Hex BC 79 B8 0 24 2 1A 130 21 3D
Octal 274 171 270 0 44 2 32 460 41 75
Binary 10111100 1111001 10111000 0 100100 10 11010 100110000 100001 111101

Color Harmonies of #BC79B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79B8

Black with #BC79B8

Text Example


Text Example

White with #BC79B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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