Shades of Medium Orchid #BD3AF2
Tints of Medium Orchid #BD3AF2
RGB
CMYK
RGB Variations
Color information
#BD3AF2 (or 0xBD3AF2) is known color: Medium Orchid. HEX triplet: BD, 3A and F2. RGB value is (189,58,242). Sum of RGB (Red+Green+Blue) = 189+58+242=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD3AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AF2 is #42C50D. Grayscale: #757575. Windows color (decimal): -4375822 or 15874749. OLE color: 15874749.
HSL color Cylindrical-coordinate representation of color #BD3AF2: hue angle of 282.72º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3AF2 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 58 | 242 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.05 |
| HSL | 282.72º | 0.88% | 0.59% | - |
| HSV(B) | 282.72º | 0.76% | 0.95% | - |
| XYZ | 38.53 | 20.26 | 85.88 | - |
| YUV | 118.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 242 | 0.22 | 0.76 | 0 | 0.05 | 282.72 | 0.88 | 0.59 |
| Hex | BD | 3A | F2 | 16 | 4C | 0 | 5 | 11B | 58 | 3B |
| Octal | 275 | 72 | 362 | 26 | 114 | 0 | 5 | 433 | 130 | 73 |
| Binary | 10111101 | 111010 | 11110010 | 10110 | 1001100 | 0 | 101 | 100011011 | 1011000 | 111011 |
Color Harmonies of #BD3AF2
Complementary color
Monochromatic Colors of #BD3AF2
Black with #BD3AF2
Text Example
Text Example
White with #BD3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AF2; }
p { color: rgb(189,58,242); }
H1.HeaderClassName
{
color: #BD3AF2;
}
.AnyTagClassName
{
color: #BD3AF2;
}
</style>
background-color css
<style>
a { background-color: #BD3AF2; }
a { background-color: rgb(189,58,242); }
div.DivClassName
{
background-color: #BD3AF2;
}
.BgClassName
{
background-color: #BD3AF2;
}
</style>
border-color css
<style>
span { border-color: #BD3AF2; }
span { border-color: rgb(189,58,242); }
td.TdClassName
{
border-color: #BD3AF2;
}
.TagClassName
{
border-color: #BD3AF2;
}
</style>