Html Css Color HEX #BC79AD London Hue

📋 copy color: '#BC79AD'

red 188 ◦ green 121 ◦ blue 173

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

Shades of London Hue #BC79AD

Tints of London Hue #BC79AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.89%

R = 39%
G = 25.1%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC79AD (or 0xBC79AD) is known color: London Hue. HEX triplet: BC, 79 and AD. RGB value is (188,121,173). Sum of RGB (Red+Green+Blue) = 188+121+173=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79AD is #438652. Grayscale: #929292. Windows color (decimal): -4425299 or 11368892. OLE color: 11368892.

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

Color convert

RGB 188 121 173 -
CMYK 0 0.36 0.08 0.26
HSL 313.43º 0.33% 0.61% -
HSV(B) 313.43º 0.36% 0.74% -
XYZ 35.12 27.38 42.97 -
YUV 146.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 188 121 173 0 0.36 0.08 0.26 313.43 0.33 0.61
Hex BC 79 AD 0 24 8 1A 139 21 3D
Octal 274 171 255 0 44 10 32 471 41 75
Binary 10111100 1111001 10101101 0 100100 1000 11010 100111001 100001 111101

Color Harmonies of #BC79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79AD

Black with #BC79AD

Text Example


Text Example

White with #BC79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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