#BD2283

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

Shades of Medium Violet Red #BD2283

Tints of Medium Violet Red #BD2283

Color information

#BD2283 (or 0xBD2283) is unknown color: approx Medium Violet Red. HEX triplet: BD, 22 and 83. RGB value is (189,34,131). Sum of RGB (Red+Green+Blue) = 189+34+131=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2283 is #42DD7C. Grayscale: #5B5B5B. Windows color (decimal): -4382077 or 8594109. OLE color: 8594109.

HSL color Cylindrical-coordinate representation of color #BD2283: hue angle of 322.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2283 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB18934131-
CMYK00.820.310.26
HSL322.45º69.51%43.73%-
HSV(B)322.45º82.01%74.12%-
XYZ25.6613.622.75-
YUV91.4150.35197.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.39%
GREEN value IS 34 (13.67% from 255) = 9.60%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=53.39%
G=9.60%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893413100.820.310.26322.4569.5143.73
HexBD22830521F1A142462c
Octal275422030122373250210654
Binary10111101100010100000110101001011111110101010000101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2283; }

 p { color: rgb(189,34,131); }

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

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

 a { background-color: rgb(189,34,131); }

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

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

 span { border-color: rgb(189,34,131); }

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