Html Css Color HEX #BD2378 Medium Red Violet

📋 copy color: '#BD2378'

red 189 ◦ green 35 ◦ blue 120

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

Shades of Medium Red Violet #BD2378

Tints of Medium Red Violet #BD2378

RGB

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

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

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

R = 54.94%
G = 10.17%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2378 (or 0xBD2378) is known color: Medium Red Violet. HEX triplet: BD, 23 and 78. RGB value is (189,35,120). Sum of RGB (Red+Green+Blue) = 189+35+120=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2378 is #42DC87. Grayscale: #5A5A5A. Windows color (decimal): -4381832 or 7873469. OLE color: 7873469.

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

Color convert

RGB 189 35 120 -
CMYK 0 0.81 0.37 0.26
HSL 326.88º 0.69% 0.44% -
HSV(B) 326.88º 0.81% 0.74% -
XYZ 24.98 13.38 19.03 -
YUV 90.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 189 35 120 0 0.81 0.37 0.26 326.88 0.69 0.44
Hex BD 23 78 0 51 25 1A 147 45 2C
Octal 275 43 170 0 121 45 32 507 105 54
Binary 10111101 100011 1111000 0 1010001 100101 11010 101000111 1000101 101100

Color Harmonies of #BD2378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2378

Black with #BD2378

Text Example


Text Example

White with #BD2378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2378; }

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

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

background-color css

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

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

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

border-color css

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

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

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