Shades of Medium Orchid #B252FF
Tints of Medium Orchid #B252FF
RGB
CMYK
RGB Variations
Color information
#B252FF (or 0xB252FF) is known color: Medium Orchid. HEX triplet: B2, 52 and FF. RGB value is (178,82,255). Sum of RGB (Red+Green+Blue) = 178+82+255=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B252FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B252FF is #4DAD00. Grayscale: #818181. Windows color (decimal): -5090561 or 16732850. OLE color: 16732850.
HSL color Cylindrical-coordinate representation of color #B252FF: hue angle of 273.29º 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 #B252FF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 82 | 255 | - |
| CMYK | 0.30 | 0.68 | 0 | 0 |
| HSL | 273.29º | 1% | 0.66% | - |
| HSV(B) | 273.29º | 0.68% | 1% | - |
| XYZ | 39.43 | 22.72 | 96.92 | - |
| YUV | 130.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 255 | 0.30 | 0.68 | 0 | 0 | 273.29 | 1 | 0.66 |
| Hex | B2 | 52 | FF | 1E | 44 | 0 | 0 | 111 | 64 | 42 |
| Octal | 262 | 122 | 377 | 36 | 104 | 0 | 0 | 421 | 144 | 102 |
| Binary | 10110010 | 1010010 | 11111111 | 11110 | 1000100 | 0 | 0 | 100010001 | 1100100 | 1000010 |
Color Harmonies of #B252FF
Complementary color
Monochromatic Colors of #B252FF
Black with #B252FF
Text Example
Text Example
White with #B252FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B252FF; }
p { color: rgb(178,82,255); }
H1.HeaderClassName
{
color: #B252FF;
}
.AnyTagClassName
{
color: #B252FF;
}
</style>
background-color css
<style>
a { background-color: #B252FF; }
a { background-color: rgb(178,82,255); }
div.DivClassName
{
background-color: #B252FF;
}
.BgClassName
{
background-color: #B252FF;
}
</style>
border-color css
<style>
span { border-color: #B252FF; }
span { border-color: rgb(178,82,255); }
td.TdClassName
{
border-color: #B252FF;
}
.TagClassName
{
border-color: #B252FF;
}
</style>