Shades of Medium Red Violet #BD268A
Tints of Medium Red Violet #BD268A
RGB
CMYK
RGB Variations
Color information
#BD268A (or 0xBD268A) is known color: 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
| RGB | 189 | 38 | 138 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.26 |
| HSL | 320.26º | 0.67% | 0.45% | - |
| HSV(B) | 320.26º | 0.8% | 0.74% | - |
| XYZ | 26.27 | 14.04 | 25.37 | - |
| YUV | 94.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 138 | 0 | 0.80 | 0.27 | 0.26 | 320.26 | 0.67 | 0.45 |
| Hex | BD | 26 | 8A | 0 | 50 | 1B | 1A | 140 | 43 | 2D |
| Octal | 275 | 46 | 212 | 0 | 120 | 33 | 32 | 500 | 103 | 55 |
| Binary | 10111101 | 100110 | 10001010 | 0 | 1010000 | 11011 | 11010 | 101000000 | 1000011 | 101101 |
Color Harmonies of #BD268A
Complementary color
Monochromatic Colors of #BD268A
Black with #BD268A
Text Example
Text Example
White with #BD268A
Text Example
Text Example
HTML Codes & Css Web 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>