Shades of Medium Red Violet #BD268C
Tints of Medium Red Violet #BD268C
RGB
CMYK
RGB Variations
Color information
#BD268C (or 0xBD268C) is known color: Medium Red Violet. HEX triplet: BD, 26 and 8C. RGB value is (189,38,140). Sum of RGB (Red+Green+Blue) = 189+38+140=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD268C is #42D973. Grayscale: #5E5E5E. Windows color (decimal): -4381044 or 9184957. OLE color: 9184957.
HSL color Cylindrical-coordinate representation of color #BD268C: hue angle of 319.47º 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 #BD268C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 140 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.26 |
| HSL | 319.47º | 0.67% | 0.45% | - |
| HSV(B) | 319.47º | 0.8% | 0.74% | - |
| XYZ | 26.41 | 14.1 | 26.14 | - |
| YUV | 94.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 140 | 0 | 0.80 | 0.26 | 0.26 | 319.47 | 0.67 | 0.45 |
| Hex | BD | 26 | 8C | 0 | 50 | 1A | 1A | 13F | 43 | 2D |
| Octal | 275 | 46 | 214 | 0 | 120 | 32 | 32 | 477 | 103 | 55 |
| Binary | 10111101 | 100110 | 10001100 | 0 | 1010000 | 11010 | 11010 | 100111111 | 1000011 | 101101 |
Color Harmonies of #BD268C
Complementary color
Monochromatic Colors of #BD268C
Black with #BD268C
Text Example
Text Example
White with #BD268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD268C; }
p { color: rgb(189,38,140); }
H1.HeaderClassName
{
color: #BD268C;
}
.AnyTagClassName
{
color: #BD268C;
}
</style>
background-color css
<style>
a { background-color: #BD268C; }
a { background-color: rgb(189,38,140); }
div.DivClassName
{
background-color: #BD268C;
}
.BgClassName
{
background-color: #BD268C;
}
</style>
border-color css
<style>
span { border-color: #BD268C; }
span { border-color: rgb(189,38,140); }
td.TdClassName
{
border-color: #BD268C;
}
.TagClassName
{
border-color: #BD268C;
}
</style>