Html Css Color HEX #BD1592 Medium Violet Red

📋 copy color: '#BD1592'

red 189 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #BD1592

Tints of Medium Violet Red #BD1592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.9%

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 53.09%
G = 5.9%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1592 (or 0xBD1592) is known color: Medium Violet Red. HEX triplet: BD, 15 and 92. RGB value is (189,21,146). Sum of RGB (Red+Green+Blue) = 189+21+146=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1592 is #42EA6D. Grayscale: #555555. Windows color (decimal): -4385390 or 9573821. OLE color: 9573821.

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

Color convert

RGB 189 21 146 -
CMYK 0 0.89 0.23 0.26
HSL 315.36º 0.8% 0.41% -
HSV(B) 315.36º 0.89% 0.74% -
XYZ 26.44 13.43 28.39 -
YUV 85.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 189 21 146 0 0.89 0.23 0.26 315.36 0.8 0.41
Hex BD 15 92 0 59 17 1A 13B 50 29
Octal 275 25 222 0 131 27 32 473 120 51
Binary 10111101 10101 10010010 0 1011001 10111 11010 100111011 1010000 101001

Color Harmonies of #BD1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1592

Black with #BD1592

Text Example


Text Example

White with #BD1592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1592; }

 p { color: rgb(189,21,146); }

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

background-color css

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

 a { background-color: rgb(189,21,146); }

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

border-color css

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

 span { border-color: rgb(189,21,146); }

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