Shades of Medium Orchid #B153FD
Tints of Medium Orchid #B153FD
RGB
CMYK
RGB Variations
Color information
#B153FD (or 0xB153FD) is known color: Medium Orchid. HEX triplet: B1, 53 and FD. RGB value is (177,83,253). Sum of RGB (Red+Green+Blue) = 177+83+253=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #B153FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B153FD is #4EAC02. Grayscale: #818181. Windows color (decimal): -5155843 or 16602033. OLE color: 16602033.
HSL color Cylindrical-coordinate representation of color #B153FD: hue angle of 273.18º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B153FD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 83 | 253 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.01 |
| HSL | 273.18º | 0.98% | 0.66% | - |
| HSV(B) | 273.18º | 0.67% | 0.99% | - |
| XYZ | 38.95 | 22.63 | 95.24 | - |
| YUV | 130.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 253 | 0.30 | 0.67 | 0 | 0.01 | 273.18 | 0.98 | 0.66 |
| Hex | B1 | 53 | FD | 1E | 43 | 0 | 1 | 111 | 62 | 42 |
| Octal | 261 | 123 | 375 | 36 | 103 | 0 | 1 | 421 | 142 | 102 |
| Binary | 10110001 | 1010011 | 11111101 | 11110 | 1000011 | 0 | 1 | 100010001 | 1100010 | 1000010 |
Color Harmonies of #B153FD
Complementary color
Monochromatic Colors of #B153FD
Black with #B153FD
Text Example
Text Example
White with #B153FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153FD; }
p { color: rgb(177,83,253); }
H1.HeaderClassName
{
color: #B153FD;
}
.AnyTagClassName
{
color: #B153FD;
}
</style>
background-color css
<style>
a { background-color: #B153FD; }
a { background-color: rgb(177,83,253); }
div.DivClassName
{
background-color: #B153FD;
}
.BgClassName
{
background-color: #B153FD;
}
</style>
border-color css
<style>
span { border-color: #B153FD; }
span { border-color: rgb(177,83,253); }
td.TdClassName
{
border-color: #B153FD;
}
.TagClassName
{
border-color: #B153FD;
}
</style>