Html Css Color HEX #BD1D91 Medium Violet Red

📋 copy color: '#BD1D91'

red 189 ◦ green 29 ◦ blue 145

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

Shades of Medium Violet Red #BD1D91

Tints of Medium Violet Red #BD1D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

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

R = 52.07%
G = 7.99%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1D91 (or 0xBD1D91) is known color: Medium Violet Red. HEX triplet: BD, 1D and 91. RGB value is (189,29,145). Sum of RGB (Red+Green+Blue) = 189+29+145=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D91 is #42E26E. Grayscale: #595959. Windows color (decimal): -4383343 or 9510333. OLE color: 9510333.

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

Color convert

RGB 189 29 145 -
CMYK 0 0.85 0.23 0.26
HSL 316.5º 0.73% 0.43% -
HSV(B) 316.5º 0.85% 0.74% -
XYZ 26.54 13.74 28.04 -
YUV 90.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 189 29 145 0 0.85 0.23 0.26 316.5 0.73 0.43
Hex BD 1D 91 0 55 17 1A 13C 49 2B
Octal 275 35 221 0 125 27 32 474 111 53
Binary 10111101 11101 10010001 0 1010101 10111 11010 100111100 1001001 101011

Color Harmonies of #BD1D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D91

Black with #BD1D91

Text Example


Text Example

White with #BD1D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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