Shades of Medium Orchid #BD32F3
Tints of Medium Orchid #BD32F3
RGB
CMYK
RGB Variations
Color information
#BD32F3 (or 0xBD32F3) is known color: Medium Orchid. HEX triplet: BD, 32 and F3. RGB value is (189,50,243). Sum of RGB (Red+Green+Blue) = 189+50+243=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD32F3 is #42CD0C. Grayscale: #707070. Windows color (decimal): -4377869 or 15938237. OLE color: 15938237.
HSL color Cylindrical-coordinate representation of color #BD32F3: hue angle of 283.21º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD32F3 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 50 | 243 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.05 |
| HSL | 283.21º | 0.89% | 0.57% | - |
| HSV(B) | 283.21º | 0.79% | 0.95% | - |
| XYZ | 38.3 | 19.57 | 86.55 | - |
| YUV | 113.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 243 | 0.22 | 0.79 | 0 | 0.05 | 283.21 | 0.89 | 0.57 |
| Hex | BD | 32 | F3 | 16 | 4F | 0 | 5 | 11B | 59 | 39 |
| Octal | 275 | 62 | 363 | 26 | 117 | 0 | 5 | 433 | 131 | 71 |
| Binary | 10111101 | 110010 | 11110011 | 10110 | 1001111 | 0 | 101 | 100011011 | 1011001 | 111001 |
Color Harmonies of #BD32F3
Complementary color
Monochromatic Colors of #BD32F3
Black with #BD32F3
Text Example
Text Example
White with #BD32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32F3; }
p { color: rgb(189,50,243); }
H1.HeaderClassName
{
color: #BD32F3;
}
.AnyTagClassName
{
color: #BD32F3;
}
</style>
background-color css
<style>
a { background-color: #BD32F3; }
a { background-color: rgb(189,50,243); }
div.DivClassName
{
background-color: #BD32F3;
}
.BgClassName
{
background-color: #BD32F3;
}
</style>
border-color css
<style>
span { border-color: #BD32F3; }
span { border-color: rgb(189,50,243); }
td.TdClassName
{
border-color: #BD32F3;
}
.TagClassName
{
border-color: #BD32F3;
}
</style>