#BD256D

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

Shades of Medium Red Violet #BD256D

Tints of Medium Red Violet #BD256D

Color information

#BD256D (or 0xBD256D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 25 and 6D. RGB value is (189,37,109). Sum of RGB (Red+Green+Blue) = 189+37+109=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD256D is #42DA92. Grayscale: #5A5A5A. Windows color (decimal): -4381331 or 7153085. OLE color: 7153085.

HSL color Cylindrical-coordinate representation of color #BD256D: hue angle of 331.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD256D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18937109-
CMYK00.800.420.26
HSL331.58º67.26%44.31%-
HSV(B)331.58º80.42%74.12%-
XYZ24.4113.2515.74-
YUV90.66138.36198.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 37 (14.84% from 255) = 11.04%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=56.42%
G=11.04%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893710900.800.420.26331.5867.2644.31
HexBD256D0502A1A14c432c
Octal275451550120523251410354
Binary10111101100101110110101010000101010110101010011001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD256D; }

 p { color: rgb(189,37,109); }

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

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

 a { background-color: rgb(189,37,109); }

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

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

 span { border-color: rgb(189,37,109); }

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