#BD268D

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

Shades of Medium Red Violet #BD268D

Tints of Medium Red Violet #BD268D

Color information

#BD268D (or 0xBD268D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 8D. RGB value is (189,38,141). Sum of RGB (Red+Green+Blue) = 189+38+141=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268D is #42D972. Grayscale: #5E5E5E. Windows color (decimal): -4381043 or 9250493. OLE color: 9250493.

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

Color convert

RGB18938141-
CMYK00.800.250.26
HSL319.07º66.52%44.51%-
HSV(B)319.07º79.89%74.12%-
XYZ26.4914.1326.53-
YUV94.89154.03195.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 38 (15.23% from 255) = 10.33%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=51.36%
G=10.33%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893814100.800.250.26319.0766.5244.51
HexBD268D050191A13f432d
Octal275462150120313247710355
Binary10111101100110100011010101000011001110101001111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD268D; }

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

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

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

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

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

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

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

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