Html Css Color HEX #BD0596 Medium Violet Red

📋 copy color: '#BD0596'

red 189 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #BD0596

Tints of Medium Violet Red #BD0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 54.94%
G = 1.45%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD0596 (or 0xBD0596) is known color: Medium Violet Red. HEX triplet: BD, 05 and 96. RGB value is (189,5,150). Sum of RGB (Red+Green+Blue) = 189+5+150=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0596 is #42FA69. Grayscale: #4C4C4C. Windows color (decimal): -4389482 or 9831869. OLE color: 9831869.

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

Color convert

RGB 189 5 150 -
CMYK 0 0.97 0.21 0.26
HSL 312.72º 0.95% 0.38% -
HSV(B) 312.72º 0.97% 0.74% -
XYZ 26.55 13.13 29.99 -
YUV 76.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 189 5 150 0 0.97 0.21 0.26 312.72 0.95 0.38
Hex BD 5 96 0 61 15 1A 139 5F 26
Octal 275 5 226 0 141 25 32 471 137 46
Binary 10111101 101 10010110 0 1100001 10101 11010 100111001 1011111 100110

Color Harmonies of #BD0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0596

Black with #BD0596

Text Example


Text Example

White with #BD0596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0596; }

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

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

background-color css

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

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

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

border-color css

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

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

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