Html Css Color HEX #BD1E78 Medium Violet Red

📋 copy color: '#BD1E78'

red 189 ◦ green 30 ◦ blue 120

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

Shades of Medium Violet Red #BD1E78

Tints of Medium Violet Red #BD1E78

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

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

R = 55.75%
G = 8.85%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD1E78 (or 0xBD1E78) is known color: Medium Violet Red. HEX triplet: BD, 1E and 78. RGB value is (189,30,120). Sum of RGB (Red+Green+Blue) = 189+30+120=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E78 is #42E187. Grayscale: #575757. Windows color (decimal): -4383112 or 7872189. OLE color: 7872189.

HSL color Cylindrical-coordinate representation of color #BD1E78: hue angle of 326.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E78 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 120 -
CMYK 0 0.84 0.37 0.26
HSL 326.04º 0.73% 0.43% -
HSV(B) 326.04º 0.84% 0.74% -
XYZ 24.84 13.1 18.99 -
YUV 87.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 189 30 120 0 0.84 0.37 0.26 326.04 0.73 0.43
Hex BD 1E 78 0 54 25 1A 146 49 2B
Octal 275 36 170 0 124 45 32 506 111 53
Binary 10111101 11110 1111000 0 1010100 100101 11010 101000110 1001001 101011

Color Harmonies of #BD1E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E78

Black with #BD1E78

Text Example


Text Example

White with #BD1E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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