Html Css Color HEX #BD0191 Medium Violet Red

📋 copy color: '#BD0191'

red 189 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #BD0191

Tints of Medium Violet Red #BD0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.42%
G = 0.3%
B = 43.28%

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

#BD0191 (or 0xBD0191) is known color: Medium Violet Red. HEX triplet: BD, 01 and 91. RGB value is (189,1,145). Sum of RGB (Red+Green+Blue) = 189+1+145=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0191 is #42FE6E. Grayscale: #494949. Windows color (decimal): -4390511 or 9503165. OLE color: 9503165.

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

Color convert

RGB 189 1 145 -
CMYK 0 0.99 0.23 0.26
HSL 314.04º 0.99% 0.37% -
HSV(B) 314.04º 0.99% 0.74% -
XYZ 26.11 12.88 27.9 -
YUV 73.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 189 1 145 0 0.99 0.23 0.26 314.04 0.99 0.37
Hex BD 1 91 0 63 17 1A 13A 63 25
Octal 275 1 221 0 143 27 32 472 143 45
Binary 10111101 1 10010001 0 1100011 10111 11010 100111010 1100011 100101

Color Harmonies of #BD0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0191

Black with #BD0191

Text Example


Text Example

White with #BD0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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