Html Css Color HEX #BC77AF London Hue

📋 copy color: '#BC77AF'

red 188 ◦ green 119 ◦ blue 175

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

Shades of London Hue #BC77AF

Tints of London Hue #BC77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.69%

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

R = 39%
G = 24.69%
B = 36.31%

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

#BC77AF (or 0xBC77AF) is known color: London Hue. HEX triplet: BC, 77 and AF. RGB value is (188,119,175). Sum of RGB (Red+Green+Blue) = 188+119+175=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AF is #438850. Grayscale: #919191. Windows color (decimal): -4425809 or 11499452. OLE color: 11499452.

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

Color convert

RGB 188 119 175 -
CMYK 0 0.37 0.07 0.26
HSL 311.3º 0.34% 0.6% -
HSV(B) 311.3º 0.37% 0.74% -
XYZ 35.07 26.98 43.92 -
YUV 146.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 188 119 175 0 0.37 0.07 0.26 311.3 0.34 0.6
Hex BC 77 AF 0 25 7 1A 137 22 3C
Octal 274 167 257 0 45 7 32 467 42 74
Binary 10111100 1110111 10101111 0 100101 111 11010 100110111 100010 111100

Color Harmonies of #BC77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77AF

Black with #BC77AF

Text Example


Text Example

White with #BC77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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