Html Css Color HEX #BC79AF London Hue

📋 copy color: '#BC79AF'

red 188 ◦ green 121 ◦ blue 175

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

Shades of London Hue #BC79AF

Tints of London Hue #BC79AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 38.84%
G = 25%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC79AF (or 0xBC79AF) is known color: London Hue. HEX triplet: BC, 79 and AF. RGB value is (188,121,175). Sum of RGB (Red+Green+Blue) = 188+121+175=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79AF is #438650. Grayscale: #939393. Windows color (decimal): -4425297 or 11499964. OLE color: 11499964.

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

Color convert

RGB 188 121 175 -
CMYK 0 0.36 0.07 0.26
HSL 311.64º 0.33% 0.61% -
HSV(B) 311.64º 0.36% 0.74% -
XYZ 35.31 27.46 44 -
YUV 147.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 188 121 175 0 0.36 0.07 0.26 311.64 0.33 0.61
Hex BC 79 AF 0 24 7 1A 138 21 3D
Octal 274 171 257 0 44 7 32 470 41 75
Binary 10111100 1111001 10101111 0 100100 111 11010 100111000 100001 111101

Color Harmonies of #BC79AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79AF

Black with #BC79AF

Text Example


Text Example

White with #BC79AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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