#BD2381

Color #BD2381 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BD2381

Tints of Medium Red Violet #BD2381

Color information

#BD2381 (or 0xBD2381) is unknown color: approx Medium Red Violet. HEX triplet: BD, 23 and 81. RGB value is (189,35,129). Sum of RGB (Red+Green+Blue) = 189+35+129=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2381 is #42DC7E. Grayscale: #5B5B5B. Windows color (decimal): -4381823 or 8463293. OLE color: 8463293.

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

Color convert

RGB18935129-
CMYK00.810.320.26
HSL323.38º68.75%43.92%-
HSV(B)323.38º81.48%74.12%-
XYZ25.5513.6122.05-
YUV91.76149.02197.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.54%
GREEN value IS 35 (14.06% from 255) = 9.92%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=53.54%
G=9.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893512900.810.320.26323.3868.7543.92
HexBD2381051201A143452c
Octal275432010121403250310554
Binary101111011000111000000101010001100000110101010000111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2381; }

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

 H1.HeaderClassName
 {
   color: #BD2381;
 }
 .AnyTagClassName
 {
   color: #BD2381;
 }
</style>
background-color css

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

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

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

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

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

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