Html Css Color HEX #BD1795 Medium Violet Red

📋 copy color: '#BD1795'

red 189 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #BD1795

Tints of Medium Violet Red #BD1795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 52.35%
G = 6.37%
B = 41.27%

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

#BD1795 (or 0xBD1795) is known color: Medium Violet Red. HEX triplet: BD, 17 and 95. RGB value is (189,23,149). Sum of RGB (Red+Green+Blue) = 189+23+149=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1795 is #42E86A. Grayscale: #565656. Windows color (decimal): -4384875 or 9770941. OLE color: 9770941.

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

Color convert

RGB 189 23 149 -
CMYK 0 0.88 0.21 0.26
HSL 314.46º 0.78% 0.42% -
HSV(B) 314.46º 0.88% 0.74% -
XYZ 26.72 13.6 29.65 -
YUV 87 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 189 23 149 0 0.88 0.21 0.26 314.46 0.78 0.42
Hex BD 17 95 0 58 15 1A 13A 4E 2A
Octal 275 27 225 0 130 25 32 472 116 52
Binary 10111101 10111 10010101 0 1011000 10101 11010 100111010 1001110 101010

Color Harmonies of #BD1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1795

Black with #BD1795

Text Example


Text Example

White with #BD1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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