Shades of Medium Orchid #B352DF
Tints of Medium Orchid #B352DF
RGB
CMYK
RGB Variations
Color information
#B352DF (or 0xB352DF) is known color: Medium Orchid. HEX triplet: B3, 52 and DF. RGB value is (179,82,223). Sum of RGB (Red+Green+Blue) = 179+82+223=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B352DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352DF is #4CAD20. Grayscale: #7E7E7E. Windows color (decimal): -5025057 or 14635699. OLE color: 14635699.
HSL color Cylindrical-coordinate representation of color #B352DF: hue angle of 281.28º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B352DF is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 82 | 223 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.13 |
| HSL | 281.28º | 0.69% | 0.6% | - |
| HSV(B) | 281.28º | 0.63% | 0.87% | - |
| XYZ | 34.93 | 20.95 | 72.01 | - |
| YUV | 127.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 223 | 0.20 | 0.63 | 0 | 0.13 | 281.28 | 0.69 | 0.6 |
| Hex | B3 | 52 | DF | 14 | 3F | 0 | D | 119 | 45 | 3C |
| Octal | 263 | 122 | 337 | 24 | 77 | 0 | 15 | 431 | 105 | 74 |
| Binary | 10110011 | 1010010 | 11011111 | 10100 | 111111 | 0 | 1101 | 100011001 | 1000101 | 111100 |
Color Harmonies of #B352DF
Complementary color
Monochromatic Colors of #B352DF
Black with #B352DF
Text Example
Text Example
White with #B352DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352DF; }
p { color: rgb(179,82,223); }
H1.HeaderClassName
{
color: #B352DF;
}
.AnyTagClassName
{
color: #B352DF;
}
</style>
background-color css
<style>
a { background-color: #B352DF; }
a { background-color: rgb(179,82,223); }
div.DivClassName
{
background-color: #B352DF;
}
.BgClassName
{
background-color: #B352DF;
}
</style>
border-color css
<style>
span { border-color: #B352DF; }
span { border-color: rgb(179,82,223); }
td.TdClassName
{
border-color: #B352DF;
}
.TagClassName
{
border-color: #B352DF;
}
</style>