Shades of Medium Orchid #B262FA
Tints of Medium Orchid #B262FA
RGB
CMYK
RGB Variations
Color information
#B262FA (or 0xB262FA) is known color: Medium Orchid. HEX triplet: B2, 62 and FA. RGB value is (178,98,250). Sum of RGB (Red+Green+Blue) = 178+98+250=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #B262FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262FA is #4D9D05. Grayscale: #8A8A8A. Windows color (decimal): -5086470 or 16409266. OLE color: 16409266.
HSL color Cylindrical-coordinate representation of color #B262FA: hue angle of 271.58º degrees, saturation: 0.94, 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 #B262FA is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 98 | 250 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.02 |
| HSL | 271.58º | 0.94% | 0.68% | - |
| HSV(B) | 271.58º | 0.61% | 0.98% | - |
| XYZ | 39.98 | 25.1 | 93.18 | - |
| YUV | 139.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 250 | 0.29 | 0.61 | 0 | 0.02 | 271.58 | 0.94 | 0.68 |
| Hex | B2 | 62 | FA | 1D | 3D | 0 | 2 | 110 | 5E | 44 |
| Octal | 262 | 142 | 372 | 35 | 75 | 0 | 2 | 420 | 136 | 104 |
| Binary | 10110010 | 1100010 | 11111010 | 11101 | 111101 | 0 | 10 | 100010000 | 1011110 | 1000100 |
Color Harmonies of #B262FA
Complementary color
Monochromatic Colors of #B262FA
Black with #B262FA
Text Example
Text Example
White with #B262FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262FA; }
p { color: rgb(178,98,250); }
H1.HeaderClassName
{
color: #B262FA;
}
.AnyTagClassName
{
color: #B262FA;
}
</style>
background-color css
<style>
a { background-color: #B262FA; }
a { background-color: rgb(178,98,250); }
div.DivClassName
{
background-color: #B262FA;
}
.BgClassName
{
background-color: #B262FA;
}
</style>
border-color css
<style>
span { border-color: #B262FA; }
span { border-color: rgb(178,98,250); }
td.TdClassName
{
border-color: #B262FA;
}
.TagClassName
{
border-color: #B262FA;
}
</style>