Html Css Color HEX #BD1380 Medium Violet Red

📋 copy color: '#BD1380'

red 189 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #BD1380

Tints of Medium Violet Red #BD1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 56.25%
G = 5.65%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD1380 (or 0xBD1380) is known color: Medium Violet Red. HEX triplet: BD, 13 and 80. RGB value is (189,19,128). Sum of RGB (Red+Green+Blue) = 189+19+128=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1380 is #42EC7F. Grayscale: #515151. Windows color (decimal): -4385920 or 8393661. OLE color: 8393661.

HSL color Cylindrical-coordinate representation of color #BD1380: hue angle of 321.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1380 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 128 -
CMYK 0 0.90 0.32 0.26
HSL 321.53º 0.82% 0.41% -
HSV(B) 321.53º 0.9% 0.74% -
XYZ 25.12 12.84 21.58 -
YUV 82.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 189 19 128 0 0.90 0.32 0.26 321.53 0.82 0.41
Hex BD 13 80 0 5A 20 1A 142 52 29
Octal 275 23 200 0 132 40 32 502 122 51
Binary 10111101 10011 10000000 0 1011010 100000 11010 101000010 1010010 101001

Color Harmonies of #BD1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1380

Black with #BD1380

Text Example


Text Example

White with #BD1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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