Html Css Color HEX #BD0599 Medium Violet Red

📋 copy color: '#BD0599'

red 189 ◦ green 5 ◦ blue 153

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

Shades of Medium Violet Red #BD0599

Tints of Medium Violet Red #BD0599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 54.47%
G = 1.44%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD0599 (or 0xBD0599) is known color: Medium Violet Red. HEX triplet: BD, 05 and 99. RGB value is (189,5,153). Sum of RGB (Red+Green+Blue) = 189+5+153=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0599 is #42FA66. Grayscale: #4C4C4C. Windows color (decimal): -4389479 or 10028477. OLE color: 10028477.

HSL color Cylindrical-coordinate representation of color #BD0599: hue angle of 311.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0599 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 153 -
CMYK 0 0.97 0.19 0.26
HSL 311.74º 0.95% 0.38% -
HSV(B) 311.74º 0.97% 0.74% -
XYZ 26.79 13.23 31.28 -
YUV 76.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 189 5 153 0 0.97 0.19 0.26 311.74 0.95 0.38
Hex BD 5 99 0 61 13 1A 138 5F 26
Octal 275 5 231 0 141 23 32 470 137 46
Binary 10111101 101 10011001 0 1100001 10011 11010 100111000 1011111 100110

Color Harmonies of #BD0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0599

Black with #BD0599

Text Example


Text Example

White with #BD0599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0599; }

 p { color: rgb(189,5,153); }

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

background-color css

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

 a { background-color: rgb(189,5,153); }

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

border-color css

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

 span { border-color: rgb(189,5,153); }

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