#BD257A

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

Shades of Medium Red Violet #BD257A

Tints of Medium Red Violet #BD257A

Color information

#BD257A (or 0xBD257A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 25 and 7A. RGB value is (189,37,122). Sum of RGB (Red+Green+Blue) = 189+37+122=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD257A is #42DA85. Grayscale: #5B5B5B. Windows color (decimal): -4381318 or 8005053. OLE color: 8005053.

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

Color convert

RGB18937122-
CMYK00.800.350.26
HSL326.45º67.26%44.31%-
HSV(B)326.45º80.42%74.12%-
XYZ25.1613.5519.7-
YUV92.14144.86197.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 37 (14.84% from 255) = 10.63%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=54.31%
G=10.63%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893712200.800.350.26326.4567.2644.31
HexBD257A050231A146432c
Octal275451720120433250610354
Binary10111101100101111101001010000100011110101010001101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD257A; }

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

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

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

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

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

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

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

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