Html Css Color HEX #BD0591 Medium Violet Red

📋 copy color: '#BD0591'

red 189 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #BD0591

Tints of Medium Violet Red #BD0591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 55.75%
G = 1.47%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD0591 (or 0xBD0591) is known color: Medium Violet Red. HEX triplet: BD, 05 and 91. RGB value is (189,5,145). Sum of RGB (Red+Green+Blue) = 189+5+145=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0591 is #42FA6E. Grayscale: #4B4B4B. Windows color (decimal): -4389487 or 9504189. OLE color: 9504189.

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

Color convert

RGB 189 5 145 -
CMYK 0 0.97 0.23 0.26
HSL 314.35º 0.95% 0.38% -
HSV(B) 314.35º 0.97% 0.74% -
XYZ 26.15 12.97 27.91 -
YUV 75.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 189 5 145 0 0.97 0.23 0.26 314.35 0.95 0.38
Hex BD 5 91 0 61 17 1A 13A 5F 26
Octal 275 5 221 0 141 27 32 472 137 46
Binary 10111101 101 10010001 0 1100001 10111 11010 100111010 1011111 100110

Color Harmonies of #BD0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0591

Black with #BD0591

Text Example


Text Example

White with #BD0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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