Shades of Medium Red Violet #BD367A
Tints of Medium Red Violet #BD367A
RGB
CMYK
RGB Variations
Color information
#BD367A (or 0xBD367A) is known color: Medium Red Violet. HEX triplet: BD, 36 and 7A. RGB value is (189,54,122). Sum of RGB (Red+Green+Blue) = 189+54+122=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD367A is #42C985. Grayscale: #656565. Windows color (decimal): -4376966 or 8009405. OLE color: 8009405.
HSL color Cylindrical-coordinate representation of color #BD367A: hue angle of 329.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD367A is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 122 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.26 |
| HSL | 329.78º | 0.56% | 0.48% | - |
| HSV(B) | 329.78º | 0.71% | 0.74% | - |
| XYZ | 25.82 | 14.86 | 19.92 | - |
| YUV | 102.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 122 | 0 | 0.71 | 0.35 | 0.26 | 329.78 | 0.56 | 0.48 |
| Hex | BD | 36 | 7A | 0 | 47 | 23 | 1A | 14A | 38 | 30 |
| Octal | 275 | 66 | 172 | 0 | 107 | 43 | 32 | 512 | 70 | 60 |
| Binary | 10111101 | 110110 | 1111010 | 0 | 1000111 | 100011 | 11010 | 101001010 | 111000 | 110000 |
Color Harmonies of #BD367A
Complementary color
Monochromatic Colors of #BD367A
Black with #BD367A
Text Example
Text Example
White with #BD367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD367A; }
p { color: rgb(189,54,122); }
H1.HeaderClassName
{
color: #BD367A;
}
.AnyTagClassName
{
color: #BD367A;
}
</style>
background-color css
<style>
a { background-color: #BD367A; }
a { background-color: rgb(189,54,122); }
div.DivClassName
{
background-color: #BD367A;
}
.BgClassName
{
background-color: #BD367A;
}
</style>
border-color css
<style>
span { border-color: #BD367A; }
span { border-color: rgb(189,54,122); }
td.TdClassName
{
border-color: #BD367A;
}
.TagClassName
{
border-color: #BD367A;
}
</style>