Shades of Medium Orchid #B262F7
Tints of Medium Orchid #B262F7
RGB
CMYK
RGB Variations
Color information
#B262F7 (or 0xB262F7) is known color: Medium Orchid. HEX triplet: B2, 62 and F7. RGB value is (178,98,247). Sum of RGB (Red+Green+Blue) = 178+98+247=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #B262F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262F7 is #4D9D08. Grayscale: #8A8A8A. Windows color (decimal): -5086473 or 16212658. OLE color: 16212658.
HSL color Cylindrical-coordinate representation of color #B262F7: hue angle of 272.21º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B262F7 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 98 | 247 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.03 |
| HSL | 272.21º | 0.9% | 0.68% | - |
| HSV(B) | 272.21º | 0.6% | 0.97% | - |
| XYZ | 39.52 | 24.92 | 90.72 | - |
| YUV | 138.91 | 189 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 247 | 0.28 | 0.60 | 0 | 0.03 | 272.21 | 0.9 | 0.68 |
| Hex | B2 | 62 | F7 | 1C | 3C | 0 | 3 | 110 | 5A | 44 |
| Octal | 262 | 142 | 367 | 34 | 74 | 0 | 3 | 420 | 132 | 104 |
| Binary | 10110010 | 1100010 | 11110111 | 11100 | 111100 | 0 | 11 | 100010000 | 1011010 | 1000100 |
Color Harmonies of #B262F7
Complementary color
Monochromatic Colors of #B262F7
Black with #B262F7
Text Example
Text Example
White with #B262F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262F7; }
p { color: rgb(178,98,247); }
H1.HeaderClassName
{
color: #B262F7;
}
.AnyTagClassName
{
color: #B262F7;
}
</style>
background-color css
<style>
a { background-color: #B262F7; }
a { background-color: rgb(178,98,247); }
div.DivClassName
{
background-color: #B262F7;
}
.BgClassName
{
background-color: #B262F7;
}
</style>
border-color css
<style>
span { border-color: #B262F7; }
span { border-color: rgb(178,98,247); }
td.TdClassName
{
border-color: #B262F7;
}
.TagClassName
{
border-color: #B262F7;
}
</style>