#BD268A

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

Shades of Medium Red Violet #BD268A

Tints of Medium Red Violet #BD268A

Color information

#BD268A (or 0xBD268A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 8A. RGB value is (189,38,138). Sum of RGB (Red+Green+Blue) = 189+38+138=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268A is #42D975. Grayscale: #5E5E5E. Windows color (decimal): -4381046 or 9053885. OLE color: 9053885.

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

Color convert

RGB18938138-
CMYK00.800.270.26
HSL320.26º66.52%44.51%-
HSV(B)320.26º79.89%74.12%-
XYZ26.2714.0425.37-
YUV94.55152.53195.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 38 (15.23% from 255) = 10.41%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=51.78%
G=10.41%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893813800.800.270.26320.2666.5244.51
HexBD268A0501B1A140432d
Octal275462120120333250010355
Binary10111101100110100010100101000011011110101010000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD268A; }

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

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

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

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

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

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

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

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