Html Css Color HEX #BD1F91 Medium Violet Red

📋 copy color: '#BD1F91'

red 189 ◦ green 31 ◦ blue 145

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

Shades of Medium Violet Red #BD1F91

Tints of Medium Violet Red #BD1F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

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

R = 51.78%
G = 8.49%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1F91 (or 0xBD1F91) is known color: Medium Violet Red. HEX triplet: BD, 1F and 91. RGB value is (189,31,145). Sum of RGB (Red+Green+Blue) = 189+31+145=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F91 is #42E06E. Grayscale: #5A5A5A. Windows color (decimal): -4382831 or 9510845. OLE color: 9510845.

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

Color convert

RGB 189 31 145 -
CMYK 0 0.84 0.23 0.26
HSL 316.71º 0.72% 0.43% -
HSV(B) 316.71º 0.84% 0.74% -
XYZ 26.59 13.84 28.06 -
YUV 91.24 158.35 197.73 -
System Red Green Blue C M Y K H S L
Decimal 189 31 145 0 0.84 0.23 0.26 316.71 0.72 0.43
Hex BD 1F 91 0 54 17 1A 13D 48 2B
Octal 275 37 221 0 124 27 32 475 110 53
Binary 10111101 11111 10010001 0 1010100 10111 11010 100111101 1001000 101011

Color Harmonies of #BD1F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F91

Black with #BD1F91

Text Example


Text Example

White with #BD1F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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