Shades of Medium Orchid #B062F2
Tints of Medium Orchid #B062F2
RGB
CMYK
RGB Variations
Color information
#B062F2 (or 0xB062F2) is known color: Medium Orchid. HEX triplet: B0, 62 and F2. RGB value is (176,98,242). Sum of RGB (Red+Green+Blue) = 176+98+242=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #B062F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062F2 is #4F9D0D. Grayscale: #898989. Windows color (decimal): -5217550 or 15884976. OLE color: 15884976.
HSL color Cylindrical-coordinate representation of color #B062F2: hue angle of 272.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B062F2 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 98 | 242 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.05 |
| HSL | 272.5º | 0.85% | 0.67% | - |
| HSV(B) | 272.5º | 0.6% | 0.95% | - |
| XYZ | 38.3 | 24.38 | 86.69 | - |
| YUV | 137.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 242 | 0.27 | 0.60 | 0 | 0.05 | 272.5 | 0.85 | 0.67 |
| Hex | B0 | 62 | F2 | 1B | 3C | 0 | 5 | 110 | 55 | 43 |
| Octal | 260 | 142 | 362 | 33 | 74 | 0 | 5 | 420 | 125 | 103 |
| Binary | 10110000 | 1100010 | 11110010 | 11011 | 111100 | 0 | 101 | 100010000 | 1010101 | 1000011 |
Color Harmonies of #B062F2
Complementary color
Monochromatic Colors of #B062F2
Black with #B062F2
Text Example
Text Example
White with #B062F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062F2; }
p { color: rgb(176,98,242); }
H1.HeaderClassName
{
color: #B062F2;
}
.AnyTagClassName
{
color: #B062F2;
}
</style>
background-color css
<style>
a { background-color: #B062F2; }
a { background-color: rgb(176,98,242); }
div.DivClassName
{
background-color: #B062F2;
}
.BgClassName
{
background-color: #B062F2;
}
</style>
border-color css
<style>
span { border-color: #B062F2; }
span { border-color: rgb(176,98,242); }
td.TdClassName
{
border-color: #B062F2;
}
.TagClassName
{
border-color: #B062F2;
}
</style>