Html Css Color HEX #BD2379 Medium Red Violet

📋 copy color: '#BD2379'

red 189 ◦ green 35 ◦ blue 121

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

Shades of Medium Red Violet #BD2379

Tints of Medium Red Violet #BD2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 54.78%
G = 10.14%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD2379 (or 0xBD2379) is known color: Medium Red Violet. HEX triplet: BD, 23 and 79. RGB value is (189,35,121). Sum of RGB (Red+Green+Blue) = 189+35+121=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2379 is #42DC86. Grayscale: #5A5A5A. Windows color (decimal): -4381831 or 7939005. OLE color: 7939005.

HSL color Cylindrical-coordinate representation of color #BD2379: hue angle of 326.49º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2379 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 121 -
CMYK 0 0.81 0.36 0.26
HSL 326.49º 0.69% 0.44% -
HSV(B) 326.49º 0.81% 0.74% -
XYZ 25.04 13.4 19.36 -
YUV 90.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 189 35 121 0 0.81 0.36 0.26 326.49 0.69 0.44
Hex BD 23 79 0 51 24 1A 146 45 2C
Octal 275 43 171 0 121 44 32 506 105 54
Binary 10111101 100011 1111001 0 1010001 100100 11010 101000110 1000101 101100

Color Harmonies of #BD2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2379

Black with #BD2379

Text Example


Text Example

White with #BD2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2379; }

 p { color: rgb(189,35,121); }

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

background-color css

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

 a { background-color: rgb(189,35,121); }

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

border-color css

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

 span { border-color: rgb(189,35,121); }

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