Html Css Color HEX #BD1799 Medium Violet Red

📋 copy color: '#BD1799'

red 189 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #BD1799

Tints of Medium Violet Red #BD1799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 51.78%
G = 6.3%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD1799 (or 0xBD1799) is known color: Medium Violet Red. HEX triplet: BD, 17 and 99. RGB value is (189,23,153). Sum of RGB (Red+Green+Blue) = 189+23+153=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1799 is #42E866. Grayscale: #575757. Windows color (decimal): -4384871 or 10033085. OLE color: 10033085.

HSL color Cylindrical-coordinate representation of color #BD1799: hue angle of 313.01º 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 #BD1799 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 153 -
CMYK 0 0.88 0.19 0.26
HSL 313.01º 0.78% 0.42% -
HSV(B) 313.01º 0.88% 0.74% -
XYZ 27.04 13.73 31.36 -
YUV 87.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 189 23 153 0 0.88 0.19 0.26 313.01 0.78 0.42
Hex BD 17 99 0 58 13 1A 139 4E 2A
Octal 275 27 231 0 130 23 32 471 116 52
Binary 10111101 10111 10011001 0 1011000 10011 11010 100111001 1001110 101010

Color Harmonies of #BD1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1799

Black with #BD1799

Text Example


Text Example

White with #BD1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1799; }

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

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

background-color css

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

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

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

border-color css

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

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

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