Html Css Color HEX #BD3978 Medium Red Violet

📋 copy color: '#BD3978'

red 189 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #BD3978

Tints of Medium Red Violet #BD3978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 51.64%
G = 15.57%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD3978 (or 0xBD3978) is known color: Medium Red Violet. HEX triplet: BD, 39 and 78. RGB value is (189,57,120). Sum of RGB (Red+Green+Blue) = 189+57+120=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3978 is #42C687. Grayscale: #676767. Windows color (decimal): -4376200 or 7879101. OLE color: 7879101.

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

Color convert

RGB 189 57 120 -
CMYK 0 0.70 0.37 0.26
HSL 331.36º 0.54% 0.48% -
HSV(B) 331.36º 0.7% 0.74% -
XYZ 25.84 15.1 19.32 -
YUV 103.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 189 57 120 0 0.70 0.37 0.26 331.36 0.54 0.48
Hex BD 39 78 0 46 25 1A 14B 36 30
Octal 275 71 170 0 106 45 32 513 66 60
Binary 10111101 111001 1111000 0 1000110 100101 11010 101001011 110110 110000

Color Harmonies of #BD3978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3978

Black with #BD3978

Text Example


Text Example

White with #BD3978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3978; }

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

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

background-color css

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

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

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

border-color css

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

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

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