Html Css Color HEX #BD1E80 Medium Violet Red

📋 copy color: '#BD1E80'

red 189 ◦ green 30 ◦ blue 128

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

Shades of Medium Violet Red #BD1E80

Tints of Medium Violet Red #BD1E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 54.47%
G = 8.65%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD1E80 (or 0xBD1E80) is known color: Medium Violet Red. HEX triplet: BD, 1E and 80. RGB value is (189,30,128). Sum of RGB (Red+Green+Blue) = 189+30+128=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E80 is #42E17F. Grayscale: #585858. Windows color (decimal): -4383104 or 8396477. OLE color: 8396477.

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

Color convert

RGB 189 30 128 -
CMYK 0 0.84 0.32 0.26
HSL 323.02º 0.73% 0.43% -
HSV(B) 323.02º 0.84% 0.74% -
XYZ 25.35 13.31 21.65 -
YUV 88.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 189 30 128 0 0.84 0.32 0.26 323.02 0.73 0.43
Hex BD 1E 80 0 54 20 1A 143 49 2B
Octal 275 36 200 0 124 40 32 503 111 53
Binary 10111101 11110 10000000 0 1010100 100000 11010 101000011 1001001 101011

Color Harmonies of #BD1E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E80

Black with #BD1E80

Text Example


Text Example

White with #BD1E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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