Html Css Color HEX #BC76AF London Hue

📋 copy color: '#BC76AF'

red 188 ◦ green 118 ◦ blue 175

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

Shades of London Hue #BC76AF

Tints of London Hue #BC76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

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

R = 39.09%
G = 24.53%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC76AF (or 0xBC76AF) is known color: London Hue. HEX triplet: BC, 76 and AF. RGB value is (188,118,175). Sum of RGB (Red+Green+Blue) = 188+118+175=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AF is #438950. Grayscale: #919191. Windows color (decimal): -4426065 or 11499196. OLE color: 11499196.

HSL color Cylindrical-coordinate representation of color #BC76AF: hue angle of 311.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76AF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 175 -
CMYK 0 0.37 0.07 0.26
HSL 311.14º 0.34% 0.6% -
HSV(B) 311.14º 0.37% 0.74% -
XYZ 34.96 26.74 43.88 -
YUV 145.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 188 118 175 0 0.37 0.07 0.26 311.14 0.34 0.6
Hex BC 76 AF 0 25 7 1A 137 22 3C
Octal 274 166 257 0 45 7 32 467 42 74
Binary 10111100 1110110 10101111 0 100101 111 11010 100110111 100010 111100

Color Harmonies of #BC76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76AF

Black with #BC76AF

Text Example


Text Example

White with #BC76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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