Html Css Color HEX #BC0D79 Medium Violet Red

📋 copy color: '#BC0D79'

red 188 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #BC0D79

Tints of Medium Violet Red #BC0D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 58.39%
G = 4.04%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC0D79 (or 0xBC0D79) is known color: Medium Violet Red. HEX triplet: BC, 0D and 79. RGB value is (188,13,121). Sum of RGB (Red+Green+Blue) = 188+13+121=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D79 is #43F286. Grayscale: #4D4D4D. Windows color (decimal): -4452999 or 7933372. OLE color: 7933372.

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

Color convert

RGB 188 13 121 -
CMYK 0 0.93 0.36 0.26
HSL 322.97º 0.87% 0.39% -
HSV(B) 322.97º 0.93% 0.74% -
XYZ 24.33 12.36 19.19 -
YUV 77.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 188 13 121 0 0.93 0.36 0.26 322.97 0.87 0.39
Hex BC D 79 0 5D 24 1A 143 57 27
Octal 274 15 171 0 135 44 32 503 127 47
Binary 10111100 1101 1111001 0 1011101 100100 11010 101000011 1010111 100111

Color Harmonies of #BC0D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D79

Black with #BC0D79

Text Example


Text Example

White with #BC0D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D79; }

 p { color: rgb(188,13,121); }

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

background-color css

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

 a { background-color: rgb(188,13,121); }

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

border-color css

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

 span { border-color: rgb(188,13,121); }

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