Html Css Color HEX #BD3992 Medium Red Violet

📋 copy color: '#BD3992'

red 189 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #BD3992

Tints of Medium Red Violet #BD3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.54%

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

R = 48.21%
G = 14.54%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD3992 (or 0xBD3992) is known color: Medium Red Violet. HEX triplet: BD, 39 and 92. RGB value is (189,57,146). Sum of RGB (Red+Green+Blue) = 189+57+146=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3992 is #42C66D. Grayscale: #6A6A6A. Windows color (decimal): -4376174 or 9583037. OLE color: 9583037.

HSL color Cylindrical-coordinate representation of color #BD3992: hue angle of 319.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3992 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 146 -
CMYK 0 0.70 0.23 0.26
HSL 319.55º 0.54% 0.48% -
HSV(B) 319.55º 0.7% 0.74% -
XYZ 27.64 15.82 28.79 -
YUV 106.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 189 57 146 0 0.70 0.23 0.26 319.55 0.54 0.48
Hex BD 39 92 0 46 17 1A 140 36 30
Octal 275 71 222 0 106 27 32 500 66 60
Binary 10111101 111001 10010010 0 1000110 10111 11010 101000000 110110 110000

Color Harmonies of #BD3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3992

Black with #BD3992

Text Example


Text Example

White with #BD3992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3992; }

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

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

background-color css

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

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

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

border-color css

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

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

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