Html Css Color HEX #BD0D7F Medium Violet Red

📋 copy color: '#BD0D7F'

red 189 ◦ green 13 ◦ blue 127

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

Shades of Medium Violet Red #BD0D7F

Tints of Medium Violet Red #BD0D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 57.45%
G = 3.95%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD0D7F (or 0xBD0D7F) is known color: Medium Violet Red. HEX triplet: BD, 0D and 7F. RGB value is (189,13,127). Sum of RGB (Red+Green+Blue) = 189+13+127=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0D7F is #42F280. Grayscale: #4E4E4E. Windows color (decimal): -4387457 or 8326589. OLE color: 8326589.

HSL color Cylindrical-coordinate representation of color #BD0D7F: hue angle of 321.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D7F is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 13 127 -
CMYK 0 0.93 0.33 0.26
HSL 321.14º 0.87% 0.4% -
HSV(B) 321.14º 0.93% 0.74% -
XYZ 24.96 12.64 21.2 -
YUV 78.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 189 13 127 0 0.93 0.33 0.26 321.14 0.87 0.4
Hex BD D 7F 0 5D 21 1A 141 57 28
Octal 275 15 177 0 135 41 32 501 127 50
Binary 10111101 1101 1111111 0 1011101 100001 11010 101000001 1010111 101000

Color Harmonies of #BD0D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0D7F

Black with #BD0D7F

Text Example


Text Example

White with #BD0D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0D7F; }

 p { color: rgb(189,13,127); }

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

background-color css

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

 a { background-color: rgb(189,13,127); }

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

border-color css

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

 span { border-color: rgb(189,13,127); }

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