Shades of Medium Orchid #B352FF
Tints of Medium Orchid #B352FF
RGB
CMYK
RGB Variations
Color information
#B352FF (or 0xB352FF) is known color: Medium Orchid. HEX triplet: B3, 52 and FF. RGB value is (179,82,255). Sum of RGB (Red+Green+Blue) = 179+82+255=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B352FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B352FF is #4CAD00. Grayscale: #828282. Windows color (decimal): -5025025 or 16732851. OLE color: 16732851.
HSL color Cylindrical-coordinate representation of color #B352FF: hue angle of 273.64º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B352FF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 82 | 255 | - |
| CMYK | 0.30 | 0.68 | 0 | 0 |
| HSL | 273.64º | 1% | 0.66% | - |
| HSV(B) | 273.64º | 0.68% | 1% | - |
| XYZ | 39.66 | 22.84 | 96.93 | - |
| YUV | 130.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 255 | 0.30 | 0.68 | 0 | 0 | 273.64 | 1 | 0.66 |
| Hex | B3 | 52 | FF | 1E | 44 | 0 | 0 | 112 | 64 | 42 |
| Octal | 263 | 122 | 377 | 36 | 104 | 0 | 0 | 422 | 144 | 102 |
| Binary | 10110011 | 1010010 | 11111111 | 11110 | 1000100 | 0 | 0 | 100010010 | 1100100 | 1000010 |
Color Harmonies of #B352FF
Complementary color
Monochromatic Colors of #B352FF
Black with #B352FF
Text Example
Text Example
White with #B352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352FF; }
p { color: rgb(179,82,255); }
H1.HeaderClassName
{
color: #B352FF;
}
.AnyTagClassName
{
color: #B352FF;
}
</style>
background-color css
<style>
a { background-color: #B352FF; }
a { background-color: rgb(179,82,255); }
div.DivClassName
{
background-color: #B352FF;
}
.BgClassName
{
background-color: #B352FF;
}
</style>
border-color css
<style>
span { border-color: #B352FF; }
span { border-color: rgb(179,82,255); }
td.TdClassName
{
border-color: #B352FF;
}
.TagClassName
{
border-color: #B352FF;
}
</style>