Html Css Color HEX #BD1291 Medium Violet Red

📋 copy color: '#BD1291'

red 189 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #BD1291

Tints of Medium Violet Red #BD1291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 53.69%
G = 5.11%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1291 (or 0xBD1291) is known color: Medium Violet Red. HEX triplet: BD, 12 and 91. RGB value is (189,18,145). Sum of RGB (Red+Green+Blue) = 189+18+145=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1291 is #42ED6E. Grayscale: #535353. Windows color (decimal): -4386159 or 9507517. OLE color: 9507517.

HSL color Cylindrical-coordinate representation of color #BD1291: hue angle of 315.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1291 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 145 -
CMYK 0 0.90 0.23 0.26
HSL 315.44º 0.83% 0.41% -
HSV(B) 315.44º 0.9% 0.74% -
XYZ 26.31 13.3 27.97 -
YUV 83.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 189 18 145 0 0.90 0.23 0.26 315.44 0.83 0.41
Hex BD 12 91 0 5A 17 1A 13B 53 29
Octal 275 22 221 0 132 27 32 473 123 51
Binary 10111101 10010 10010001 0 1011010 10111 11010 100111011 1010011 101001

Color Harmonies of #BD1291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1291

Black with #BD1291

Text Example


Text Example

White with #BD1291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1291; }

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

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

background-color css

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

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

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

border-color css

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

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

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