#BD2688

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

Shades of Medium Red Violet #BD2688

Tints of Medium Red Violet #BD2688

Color information

#BD2688 (or 0xBD2688) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 88. RGB value is (189,38,136). Sum of RGB (Red+Green+Blue) = 189+38+136=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2688 is #42D977. Grayscale: #5E5E5E. Windows color (decimal): -4381048 or 8922813. OLE color: 8922813.

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

Color convert

RGB18938136-
CMYK00.800.280.26
HSL321.06º66.52%44.51%-
HSV(B)321.06º79.89%74.12%-
XYZ26.1213.9824.61-
YUV94.32151.53195.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 38 (15.23% from 255) = 10.47%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=52.07%
G=10.47%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893813600.800.280.26321.0666.5244.51
HexBD26880501C1A141432d
Octal275462100120343250110355
Binary10111101100110100010000101000011100110101010000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2688; }

 p { color: rgb(189,38,136); }

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

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

 a { background-color: rgb(189,38,136); }

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

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

 span { border-color: rgb(189,38,136); }

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