Html Css Color HEX #BD0C71 Medium Violet Red

📋 copy color: '#BD0C71'

red 189 ◦ green 12 ◦ blue 113

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

Shades of Medium Violet Red #BD0C71

Tints of Medium Violet Red #BD0C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 60.19%
G = 3.82%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0C71 (or 0xBD0C71) is known color: Medium Violet Red. HEX triplet: BD, 0C and 71. RGB value is (189,12,113). Sum of RGB (Red+Green+Blue) = 189+12+113=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C71 is #42F38E. Grayscale: #4C4C4C. Windows color (decimal): -4387727 or 7408829. OLE color: 7408829.

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

Color convert

RGB 189 12 113 -
CMYK 0 0.94 0.40 0.26
HSL 325.76º 0.88% 0.39% -
HSV(B) 325.76º 0.94% 0.74% -
XYZ 24.1 12.27 16.72 -
YUV 76.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 189 12 113 0 0.94 0.40 0.26 325.76 0.88 0.39
Hex BD C 71 0 5E 28 1A 146 58 27
Octal 275 14 161 0 136 50 32 506 130 47
Binary 10111101 1100 1110001 0 1011110 101000 11010 101000110 1011000 100111

Color Harmonies of #BD0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C71

Black with #BD0C71

Text Example


Text Example

White with #BD0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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