#BD18A3

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

Shades of Medium Violet Red #BD18A3

Tints of Medium Violet Red #BD18A3

Color information

#BD18A3 (or 0xBD18A3) is unknown color: approx Medium Violet Red. HEX triplet: BD, 18 and A3. RGB value is (189,24,163). Sum of RGB (Red+Green+Blue) = 189+24+163=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18A3 is #42E75C. Grayscale: #585858. Windows color (decimal): -4384605 or 10688701. OLE color: 10688701.

HSL color Cylindrical-coordinate representation of color #BD18A3: hue angle of 309.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD18A3 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18924163-
CMYK00.870.140.26
HSL309.45º77.46%41.76%-
HSV(B)309.45º87.3%74.12%-
XYZ27.9214.1235.9-
YUV89.18169.66199.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 24 (9.77% from 255) = 6.38%
BLUE value IS 163 (64.06% from 255) = 43.35%
R=50.27%
G=6.38%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892416300.870.140.26309.4577.4641.76
HexBD18A3057E1A1354d2a
Octal275302430127163246511552
Binary101111011100010100011010101111110110101001101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD18A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD18A3; }

 p { color: rgb(189,24,163); }

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

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

 a { background-color: rgb(189,24,163); }

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

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

 span { border-color: rgb(189,24,163); }

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