Html Css Color HEX #BD0C81 Medium Violet Red

📋 copy color: '#BD0C81'

red 189 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #BD0C81

Tints of Medium Violet Red #BD0C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 57.27%
G = 3.64%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD0C81 (or 0xBD0C81) is known color: Medium Violet Red. HEX triplet: BD, 0C and 81. RGB value is (189,12,129). Sum of RGB (Red+Green+Blue) = 189+12+129=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0C81 is #42F37E. Grayscale: #4D4D4D. Windows color (decimal): -4387711 or 8457405. OLE color: 8457405.

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

Color convert

RGB 189 12 129 -
CMYK 0 0.94 0.32 0.26
HSL 320.34º 0.88% 0.39% -
HSV(B) 320.34º 0.94% 0.74% -
XYZ 25.08 12.67 21.89 -
YUV 78.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 189 12 129 0 0.94 0.32 0.26 320.34 0.88 0.39
Hex BD C 81 0 5E 20 1A 140 58 27
Octal 275 14 201 0 136 40 32 500 130 47
Binary 10111101 1100 10000001 0 1011110 100000 11010 101000000 1011000 100111

Color Harmonies of #BD0C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C81

Black with #BD0C81

Text Example


Text Example

White with #BD0C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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