Html Css Color HEX #BC0475 Medium Violet Red

📋 copy color: '#BC0475'

red 188 ◦ green 4 ◦ blue 117

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

Shades of Medium Violet Red #BC0475

Tints of Medium Violet Red #BC0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 60.84%
G = 1.29%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC0475 (or 0xBC0475) is known color: Medium Violet Red. HEX triplet: BC, 04 and 75. RGB value is (188,4,117). Sum of RGB (Red+Green+Blue) = 188+4+117=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0475 is #43FB8A. Grayscale: #474747. Windows color (decimal): -4455307 or 7668924. OLE color: 7668924.

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

Color convert

RGB 188 4 117 -
CMYK 0 0.98 0.38 0.26
HSL 323.15º 0.96% 0.38% -
HSV(B) 323.15º 0.98% 0.74% -
XYZ 23.99 12.06 17.89 -
YUV 71.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 188 4 117 0 0.98 0.38 0.26 323.15 0.96 0.38
Hex BC 4 75 0 62 26 1A 143 60 26
Octal 274 4 165 0 142 46 32 503 140 46
Binary 10111100 100 1110101 0 1100010 100110 11010 101000011 1100000 100110

Color Harmonies of #BC0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0475

Black with #BC0475

Text Example


Text Example

White with #BC0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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