Html Css Color HEX #BD0C70 Medium Violet Red

📋 copy color: '#BD0C70'

red 189 ◦ green 12 ◦ blue 112

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

Shades of Medium Violet Red #BD0C70

Tints of Medium Violet Red #BD0C70

RGB

 RED value IS 189 (74.22% from 255) = 60.38%

 GREEN value IS 12 (5.08% from 255) = 3.83%

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

R = 60.38%
G = 3.83%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD0C70 (or 0xBD0C70) is known color: Medium Violet Red. HEX triplet: BD, 0C and 70. RGB value is (189,12,112). Sum of RGB (Red+Green+Blue) = 189+12+112=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C70 is #42F38F. Grayscale: #4C4C4C. Windows color (decimal): -4387728 or 7343293. OLE color: 7343293.

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

Color convert

RGB 189 12 112 -
CMYK 0 0.94 0.41 0.26
HSL 326.1º 0.88% 0.39% -
HSV(B) 326.1º 0.94% 0.74% -
XYZ 24.04 12.25 16.43 -
YUV 76.32 148.14 208.37 -
System Red Green Blue C M Y K H S L
Decimal 189 12 112 0 0.94 0.41 0.26 326.1 0.88 0.39
Hex BD C 70 0 5E 29 1A 146 58 27
Octal 275 14 160 0 136 51 32 506 130 47
Binary 10111101 1100 1110000 0 1011110 101001 11010 101000110 1011000 100111

Color Harmonies of #BD0C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C70

Black with #BD0C70

Text Example


Text Example

White with #BD0C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C70; }

 p { color: rgb(189,12,112); }

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

background-color css

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

 a { background-color: rgb(189,12,112); }

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

border-color css

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

 span { border-color: rgb(189,12,112); }

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