Shades of Medium Orchid #B648FE
Tints of Medium Orchid #B648FE
RGB
CMYK
RGB Variations
Color information
#B648FE (or 0xB648FE) is known color: Medium Orchid. HEX triplet: B6, 48 and FE. RGB value is (182,72,254). Sum of RGB (Red+Green+Blue) = 182+72+254=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #B648FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B648FE is #49B701. Grayscale: #7D7D7D. Windows color (decimal): -4830978 or 16664758. OLE color: 16664758.
HSL color Cylindrical-coordinate representation of color #B648FE: hue angle of 276.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B648FE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 72 | 254 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.00 |
| HSL | 276.26º | 0.99% | 0.64% | - |
| HSV(B) | 276.26º | 0.72% | 1% | - |
| XYZ | 39.5 | 21.74 | 95.88 | - |
| YUV | 125.64 | 200.44 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 254 | 0.28 | 0.72 | 0 | 0.00 | 276.26 | 0.99 | 0.64 |
| Hex | B6 | 48 | FE | 1C | 48 | 0 | 0 | 114 | 63 | 40 |
| Octal | 266 | 110 | 376 | 34 | 110 | 0 | 0 | 424 | 143 | 100 |
| Binary | 10110110 | 1001000 | 11111110 | 11100 | 1001000 | 0 | 0 | 100010100 | 1100011 | 1000000 |
Color Harmonies of #B648FE
Complementary color
Monochromatic Colors of #B648FE
Black with #B648FE
Text Example
Text Example
White with #B648FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B648FE; }
p { color: rgb(182,72,254); }
H1.HeaderClassName
{
color: #B648FE;
}
.AnyTagClassName
{
color: #B648FE;
}
</style>
background-color css
<style>
a { background-color: #B648FE; }
a { background-color: rgb(182,72,254); }
div.DivClassName
{
background-color: #B648FE;
}
.BgClassName
{
background-color: #B648FE;
}
</style>
border-color css
<style>
span { border-color: #B648FE; }
span { border-color: rgb(182,72,254); }
td.TdClassName
{
border-color: #B648FE;
}
.TagClassName
{
border-color: #B648FE;
}
</style>