Html Css Color HEX #BD1796 Medium Violet Red

📋 copy color: '#BD1796'

red 189 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #BD1796

Tints of Medium Violet Red #BD1796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 52.21%
G = 6.35%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD1796 (or 0xBD1796) is known color: Medium Violet Red. HEX triplet: BD, 17 and 96. RGB value is (189,23,150). Sum of RGB (Red+Green+Blue) = 189+23+150=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1796 is #42E869. Grayscale: #565656. Windows color (decimal): -4384874 or 9836477. OLE color: 9836477.

HSL color Cylindrical-coordinate representation of color #BD1796: hue angle of 314.1º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1796 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 150 -
CMYK 0 0.88 0.21 0.26
HSL 314.1º 0.78% 0.42% -
HSV(B) 314.1º 0.88% 0.74% -
XYZ 26.8 13.63 30.07 -
YUV 87.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 189 23 150 0 0.88 0.21 0.26 314.1 0.78 0.42
Hex BD 17 96 0 58 15 1A 13A 4E 2A
Octal 275 27 226 0 130 25 32 472 116 52
Binary 10111101 10111 10010110 0 1011000 10101 11010 100111010 1001110 101010

Color Harmonies of #BD1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1796

Black with #BD1796

Text Example


Text Example

White with #BD1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1796; }

 p { color: rgb(189,23,150); }

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

background-color css

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

 a { background-color: rgb(189,23,150); }

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

border-color css

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

 span { border-color: rgb(189,23,150); }

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