Html Css Color HEX #BC0D70 Medium Violet Red

📋 copy color: '#BC0D70'

red 188 ◦ green 13 ◦ blue 112

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

Shades of Medium Violet Red #BC0D70

Tints of Medium Violet Red #BC0D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 60.06%
G = 4.15%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC0D70 (or 0xBC0D70) is known color: Medium Violet Red. HEX triplet: BC, 0D and 70. RGB value is (188,13,112). Sum of RGB (Red+Green+Blue) = 188+13+112=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D70 is #43F28F. Grayscale: #4C4C4C. Windows color (decimal): -4453008 or 7343548. OLE color: 7343548.

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

Color convert

RGB 188 13 112 -
CMYK 0 0.93 0.40 0.26
HSL 326.06º 0.87% 0.39% -
HSV(B) 326.06º 0.93% 0.74% -
XYZ 23.81 12.15 16.42 -
YUV 76.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 188 13 112 0 0.93 0.40 0.26 326.06 0.87 0.39
Hex BC D 70 0 5D 28 1A 146 57 27
Octal 274 15 160 0 135 50 32 506 127 47
Binary 10111100 1101 1110000 0 1011101 101000 11010 101000110 1010111 100111

Color Harmonies of #BC0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D70

Black with #BC0D70

Text Example


Text Example

White with #BC0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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