#BD269A

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

Shades of Medium Red Violet #BD269A

Tints of Medium Red Violet #BD269A

Color information

#BD269A (or 0xBD269A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 9A. RGB value is (189,38,154). Sum of RGB (Red+Green+Blue) = 189+38+154=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD269A is #42D965. Grayscale: #606060. Windows color (decimal): -4381030 or 10102461. OLE color: 10102461.

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

Color convert

RGB18938154-
CMYK00.800.190.26
HSL313.91º66.52%44.51%-
HSV(B)313.91º79.89%74.12%-
XYZ27.5114.5431.93-
YUV96.37160.53194.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=49.61%
G=9.97%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893815400.800.190.26313.9166.5244.51
HexBD269A050131A13a432d
Octal275462320120233247210355
Binary10111101100110100110100101000010011110101001110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD269A; }

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

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

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

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

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

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

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

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