Shades of Medium Orchid #B752FF
Tints of Medium Orchid #B752FF
RGB
CMYK
RGB Variations
Color information
#B752FF (or 0xB752FF) is known color: Medium Orchid. HEX triplet: B7, 52 and FF. RGB value is (183,82,255). Sum of RGB (Red+Green+Blue) = 183+82+255=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B752FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752FF is #48AD00. Grayscale: #838383. Windows color (decimal): -4762881 or 16732855. OLE color: 16732855.
HSL color Cylindrical-coordinate representation of color #B752FF: hue angle of 275.03º 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 #B752FF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 82 | 255 | - |
| CMYK | 0.28 | 0.68 | 0 | 0 |
| HSL | 275.03º | 1% | 0.66% | - |
| HSV(B) | 275.03º | 0.68% | 1% | - |
| XYZ | 40.6 | 23.32 | 96.97 | - |
| YUV | 131.92 | 197.46 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 255 | 0.28 | 0.68 | 0 | 0 | 275.03 | 1 | 0.66 |
| Hex | B7 | 52 | FF | 1C | 44 | 0 | 0 | 113 | 64 | 42 |
| Octal | 267 | 122 | 377 | 34 | 104 | 0 | 0 | 423 | 144 | 102 |
| Binary | 10110111 | 1010010 | 11111111 | 11100 | 1000100 | 0 | 0 | 100010011 | 1100100 | 1000010 |
Color Harmonies of #B752FF
Complementary color
Monochromatic Colors of #B752FF
Black with #B752FF
Text Example
Text Example
White with #B752FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752FF; }
p { color: rgb(183,82,255); }
H1.HeaderClassName
{
color: #B752FF;
}
.AnyTagClassName
{
color: #B752FF;
}
</style>
background-color css
<style>
a { background-color: #B752FF; }
a { background-color: rgb(183,82,255); }
div.DivClassName
{
background-color: #B752FF;
}
.BgClassName
{
background-color: #B752FF;
}
</style>
border-color css
<style>
span { border-color: #B752FF; }
span { border-color: rgb(183,82,255); }
td.TdClassName
{
border-color: #B752FF;
}
.TagClassName
{
border-color: #B752FF;
}
</style>