Shades of Medium Orchid #B153FE
Tints of Medium Orchid #B153FE
RGB
CMYK
RGB Variations
Color information
#B153FE (or 0xB153FE) is known color: Medium Orchid. HEX triplet: B1, 53 and FE. RGB value is (177,83,254). Sum of RGB (Red+Green+Blue) = 177+83+254=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B153FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153FE is #4EAC01. Grayscale: #828282. Windows color (decimal): -5155842 or 16667569. OLE color: 16667569.
HSL color Cylindrical-coordinate representation of color #B153FE: hue angle of 272.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B153FE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 83 | 254 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.00 |
| HSL | 272.98º | 0.99% | 0.66% | - |
| HSV(B) | 272.98º | 0.67% | 1% | - |
| XYZ | 39.11 | 22.69 | 96.08 | - |
| YUV | 130.6 | 197.64 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 254 | 0.30 | 0.67 | 0 | 0.00 | 272.98 | 0.99 | 0.66 |
| Hex | B1 | 53 | FE | 1E | 43 | 0 | 0 | 111 | 63 | 42 |
| Octal | 261 | 123 | 376 | 36 | 103 | 0 | 0 | 421 | 143 | 102 |
| Binary | 10110001 | 1010011 | 11111110 | 11110 | 1000011 | 0 | 0 | 100010001 | 1100011 | 1000010 |
Color Harmonies of #B153FE
Complementary color
Monochromatic Colors of #B153FE
Black with #B153FE
Text Example
Text Example
White with #B153FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153FE; }
p { color: rgb(177,83,254); }
H1.HeaderClassName
{
color: #B153FE;
}
.AnyTagClassName
{
color: #B153FE;
}
</style>
background-color css
<style>
a { background-color: #B153FE; }
a { background-color: rgb(177,83,254); }
div.DivClassName
{
background-color: #B153FE;
}
.BgClassName
{
background-color: #B153FE;
}
</style>
border-color css
<style>
span { border-color: #B153FE; }
span { border-color: rgb(177,83,254); }
td.TdClassName
{
border-color: #B153FE;
}
.TagClassName
{
border-color: #B153FE;
}
</style>