Html Css Color HEX #BD0291 Medium Violet Red

📋 copy color: '#BD0291'

red 189 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #BD0291

Tints of Medium Violet Red #BD0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 56.25%
G = 0.6%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD0291 (or 0xBD0291) is known color: Medium Violet Red. HEX triplet: BD, 02 and 91. RGB value is (189,2,145). Sum of RGB (Red+Green+Blue) = 189+2+145=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0291 is #42FD6E. Grayscale: #494949. Windows color (decimal): -4390255 or 9503421. OLE color: 9503421.

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

Color convert

RGB 189 2 145 -
CMYK 0 0.99 0.23 0.26
HSL 314.12º 0.98% 0.37% -
HSV(B) 314.12º 0.99% 0.74% -
XYZ 26.12 12.91 27.9 -
YUV 74.22 167.95 209.87 -
System Red Green Blue C M Y K H S L
Decimal 189 2 145 0 0.99 0.23 0.26 314.12 0.98 0.37
Hex BD 2 91 0 63 17 1A 13A 62 25
Octal 275 2 221 0 143 27 32 472 142 45
Binary 10111101 10 10010001 0 1100011 10111 11010 100111010 1100010 100101

Color Harmonies of #BD0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0291

Black with #BD0291

Text Example


Text Example

White with #BD0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0291; }

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

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

background-color css

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

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

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

border-color css

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

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

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