Shades of Medium Orchid #B362FE
Tints of Medium Orchid #B362FE
RGB
CMYK
RGB Variations
Color information
#B362FE (or 0xB362FE) is known color: Medium Orchid. HEX triplet: B3, 62 and FE. RGB value is (179,98,254). Sum of RGB (Red+Green+Blue) = 179+98+254=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B362FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362FE is #4C9D01. Grayscale: #8B8B8B. Windows color (decimal): -5020930 or 16671411. OLE color: 16671411.
HSL color Cylindrical-coordinate representation of color #B362FE: hue angle of 271.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B362FE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 98 | 254 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.00 |
| HSL | 271.15º | 0.99% | 0.69% | - |
| HSV(B) | 271.15º | 0.61% | 1% | - |
| XYZ | 40.85 | 25.47 | 96.53 | - |
| YUV | 140 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 254 | 0.30 | 0.61 | 0 | 0.00 | 271.15 | 0.99 | 0.69 |
| Hex | B3 | 62 | FE | 1E | 3D | 0 | 0 | 10F | 63 | 45 |
| Octal | 263 | 142 | 376 | 36 | 75 | 0 | 0 | 417 | 143 | 105 |
| Binary | 10110011 | 1100010 | 11111110 | 11110 | 111101 | 0 | 0 | 100001111 | 1100011 | 1000101 |
Color Harmonies of #B362FE
Complementary color
Monochromatic Colors of #B362FE
Black with #B362FE
Text Example
Text Example
White with #B362FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B362FE; }
p { color: rgb(179,98,254); }
H1.HeaderClassName
{
color: #B362FE;
}
.AnyTagClassName
{
color: #B362FE;
}
</style>
background-color css
<style>
a { background-color: #B362FE; }
a { background-color: rgb(179,98,254); }
div.DivClassName
{
background-color: #B362FE;
}
.BgClassName
{
background-color: #B362FE;
}
</style>
border-color css
<style>
span { border-color: #B362FE; }
span { border-color: rgb(179,98,254); }
td.TdClassName
{
border-color: #B362FE;
}
.TagClassName
{
border-color: #B362FE;
}
</style>