Html Css Color HEX #BD0491 Medium Violet Red

📋 copy color: '#BD0491'

red 189 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #BD0491

Tints of Medium Violet Red #BD0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 55.92%
G = 1.18%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD0491 (or 0xBD0491) is known color: Medium Violet Red. HEX triplet: BD, 04 and 91. RGB value is (189,4,145). Sum of RGB (Red+Green+Blue) = 189+4+145=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0491 is #42FB6E. Grayscale: #4B4B4B. Windows color (decimal): -4389743 or 9503933. OLE color: 9503933.

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

Color convert

RGB 189 4 145 -
CMYK 0 0.98 0.23 0.26
HSL 314.27º 0.96% 0.38% -
HSV(B) 314.27º 0.98% 0.74% -
XYZ 26.14 12.95 27.91 -
YUV 75.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 189 4 145 0 0.98 0.23 0.26 314.27 0.96 0.38
Hex BD 4 91 0 62 17 1A 13A 60 26
Octal 275 4 221 0 142 27 32 472 140 46
Binary 10111101 100 10010001 0 1100010 10111 11010 100111010 1100000 100110

Color Harmonies of #BD0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0491

Black with #BD0491

Text Example


Text Example

White with #BD0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0491; }

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

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

background-color css

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

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

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

border-color css

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

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

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