Shades of Medium Orchid #B262F9
Tints of Medium Orchid #B262F9
RGB
CMYK
RGB Variations
Color information
#B262F9 (or 0xB262F9) is known color: Medium Orchid. HEX triplet: B2, 62 and F9. RGB value is (178,98,249). Sum of RGB (Red+Green+Blue) = 178+98+249=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #B262F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262F9 is #4D9D06. Grayscale: #8A8A8A. Windows color (decimal): -5086471 or 16343730. OLE color: 16343730.
HSL color Cylindrical-coordinate representation of color #B262F9: hue angle of 271.79º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B262F9 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 98 | 249 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.02 |
| HSL | 271.79º | 0.93% | 0.68% | - |
| HSV(B) | 271.79º | 0.61% | 0.98% | - |
| XYZ | 39.83 | 25.04 | 92.36 | - |
| YUV | 139.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 249 | 0.29 | 0.61 | 0 | 0.02 | 271.79 | 0.93 | 0.68 |
| Hex | B2 | 62 | F9 | 1D | 3D | 0 | 2 | 110 | 5D | 44 |
| Octal | 262 | 142 | 371 | 35 | 75 | 0 | 2 | 420 | 135 | 104 |
| Binary | 10110010 | 1100010 | 11111001 | 11101 | 111101 | 0 | 10 | 100010000 | 1011101 | 1000100 |
Color Harmonies of #B262F9
Complementary color
Monochromatic Colors of #B262F9
Black with #B262F9
Text Example
Text Example
White with #B262F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262F9; }
p { color: rgb(178,98,249); }
H1.HeaderClassName
{
color: #B262F9;
}
.AnyTagClassName
{
color: #B262F9;
}
</style>
background-color css
<style>
a { background-color: #B262F9; }
a { background-color: rgb(178,98,249); }
div.DivClassName
{
background-color: #B262F9;
}
.BgClassName
{
background-color: #B262F9;
}
</style>
border-color css
<style>
span { border-color: #B262F9; }
span { border-color: rgb(178,98,249); }
td.TdClassName
{
border-color: #B262F9;
}
.TagClassName
{
border-color: #B262F9;
}
</style>