Html Css Color HEX #BD0C7D Medium Violet Red

📋 copy color: '#BD0C7D'

red 189 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #BD0C7D

Tints of Medium Violet Red #BD0C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 57.98%
G = 3.68%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD0C7D (or 0xBD0C7D) is known color: Medium Violet Red. HEX triplet: BD, 0C and 7D. RGB value is (189,12,125). Sum of RGB (Red+Green+Blue) = 189+12+125=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C7D is #42F382. Grayscale: #4D4D4D. Windows color (decimal): -4387715 or 8195261. OLE color: 8195261.

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

Color convert

RGB 189 12 125 -
CMYK 0 0.94 0.34 0.26
HSL 321.69º 0.88% 0.39% -
HSV(B) 321.69º 0.94% 0.74% -
XYZ 24.82 12.56 20.52 -
YUV 77.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 189 12 125 0 0.94 0.34 0.26 321.69 0.88 0.39
Hex BD C 7D 0 5E 22 1A 142 58 27
Octal 275 14 175 0 136 42 32 502 130 47
Binary 10111101 1100 1111101 0 1011110 100010 11010 101000010 1011000 100111

Color Harmonies of #BD0C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C7D

Black with #BD0C7D

Text Example


Text Example

White with #BD0C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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