Shades of Medium Orchid #B752F4
Tints of Medium Orchid #B752F4
RGB
CMYK
RGB Variations
Color information
#B752F4 (or 0xB752F4) is known color: Medium Orchid. HEX triplet: B7, 52 and F4. RGB value is (183,82,244). Sum of RGB (Red+Green+Blue) = 183+82+244=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #B752F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752F4 is #48AD0B. Grayscale: #828282. Windows color (decimal): -4762892 or 16011959. OLE color: 16011959.
HSL color Cylindrical-coordinate representation of color #B752F4: hue angle of 277.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B752F4 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 82 | 244 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.04 |
| HSL | 277.41º | 0.88% | 0.64% | - |
| HSV(B) | 277.41º | 0.66% | 0.96% | - |
| XYZ | 38.87 | 22.63 | 87.91 | - |
| YUV | 130.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 244 | 0.25 | 0.66 | 0 | 0.04 | 277.41 | 0.88 | 0.64 |
| Hex | B7 | 52 | F4 | 19 | 42 | 0 | 4 | 115 | 58 | 40 |
| Octal | 267 | 122 | 364 | 31 | 102 | 0 | 4 | 425 | 130 | 100 |
| Binary | 10110111 | 1010010 | 11110100 | 11001 | 1000010 | 0 | 100 | 100010101 | 1011000 | 1000000 |
Color Harmonies of #B752F4
Complementary color
Monochromatic Colors of #B752F4
Black with #B752F4
Text Example
Text Example
White with #B752F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752F4; }
p { color: rgb(183,82,244); }
H1.HeaderClassName
{
color: #B752F4;
}
.AnyTagClassName
{
color: #B752F4;
}
</style>
background-color css
<style>
a { background-color: #B752F4; }
a { background-color: rgb(183,82,244); }
div.DivClassName
{
background-color: #B752F4;
}
.BgClassName
{
background-color: #B752F4;
}
</style>
border-color css
<style>
span { border-color: #B752F4; }
span { border-color: rgb(183,82,244); }
td.TdClassName
{
border-color: #B752F4;
}
.TagClassName
{
border-color: #B752F4;
}
</style>