Html Css Color HEX #BC75AF London Hue

📋 copy color: '#BC75AF'

red 188 ◦ green 117 ◦ blue 175

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

Shades of London Hue #BC75AF

Tints of London Hue #BC75AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.38%

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

R = 39.17%
G = 24.38%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC75AF (or 0xBC75AF) is known color: London Hue. HEX triplet: BC, 75 and AF. RGB value is (188,117,175). Sum of RGB (Red+Green+Blue) = 188+117+175=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AF is #438A50. Grayscale: #909090. Windows color (decimal): -4426321 or 11498940. OLE color: 11498940.

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

Color convert

RGB 188 117 175 -
CMYK 0 0.38 0.07 0.26
HSL 310.99º 0.35% 0.6% -
HSV(B) 310.99º 0.38% 0.74% -
XYZ 34.84 26.51 43.84 -
YUV 144.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 188 117 175 0 0.38 0.07 0.26 310.99 0.35 0.6
Hex BC 75 AF 0 26 7 1A 137 23 3C
Octal 274 165 257 0 46 7 32 467 43 74
Binary 10111100 1110101 10101111 0 100110 111 11010 100110111 100011 111100

Color Harmonies of #BC75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75AF

Black with #BC75AF

Text Example


Text Example

White with #BC75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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