Html Css Color HEX #BC73AF London Hue

📋 copy color: '#BC73AF'

red 188 ◦ green 115 ◦ blue 175

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

Shades of London Hue #BC73AF

Tints of London Hue #BC73AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 39.33%
G = 24.06%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC73AF (or 0xBC73AF) is known color: London Hue. HEX triplet: BC, 73 and AF. RGB value is (188,115,175). Sum of RGB (Red+Green+Blue) = 188+115+175=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73AF is #438C50. Grayscale: #8F8F8F. Windows color (decimal): -4426833 or 11498428. OLE color: 11498428.

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

Color convert

RGB 188 115 175 -
CMYK 0 0.39 0.07 0.26
HSL 310.68º 0.35% 0.59% -
HSV(B) 310.68º 0.39% 0.74% -
XYZ 34.61 26.05 43.76 -
YUV 143.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 188 115 175 0 0.39 0.07 0.26 310.68 0.35 0.59
Hex BC 73 AF 0 27 7 1A 137 23 3B
Octal 274 163 257 0 47 7 32 467 43 73
Binary 10111100 1110011 10101111 0 100111 111 11010 100110111 100011 111011

Color Harmonies of #BC73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73AF

Black with #BC73AF

Text Example


Text Example

White with #BC73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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