Shades of Medium Orchid #B65CFE
Tints of Medium Orchid #B65CFE
RGB
CMYK
RGB Variations
Color information
#B65CFE (or 0xB65CFE) is known color: Medium Orchid. HEX triplet: B6, 5C and FE. RGB value is (182,92,254). Sum of RGB (Red+Green+Blue) = 182+92+254=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #B65CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CFE is #49A301. Grayscale: #888888. Windows color (decimal): -4825858 or 16669878. OLE color: 16669878.
HSL color Cylindrical-coordinate representation of color #B65CFE: hue angle of 273.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B65CFE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 92 | 254 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.00 |
| HSL | 273.33º | 0.99% | 0.68% | - |
| HSV(B) | 273.33º | 0.64% | 1% | - |
| XYZ | 41.01 | 24.76 | 96.38 | - |
| YUV | 137.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 254 | 0.28 | 0.64 | 0 | 0.00 | 273.33 | 0.99 | 0.68 |
| Hex | B6 | 5C | FE | 1C | 40 | 0 | 0 | 111 | 63 | 44 |
| Octal | 266 | 134 | 376 | 34 | 100 | 0 | 0 | 421 | 143 | 104 |
| Binary | 10110110 | 1011100 | 11111110 | 11100 | 1000000 | 0 | 0 | 100010001 | 1100011 | 1000100 |
Color Harmonies of #B65CFE
Complementary color
Monochromatic Colors of #B65CFE
Black with #B65CFE
Text Example
Text Example
White with #B65CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CFE; }
p { color: rgb(182,92,254); }
H1.HeaderClassName
{
color: #B65CFE;
}
.AnyTagClassName
{
color: #B65CFE;
}
</style>
background-color css
<style>
a { background-color: #B65CFE; }
a { background-color: rgb(182,92,254); }
div.DivClassName
{
background-color: #B65CFE;
}
.BgClassName
{
background-color: #B65CFE;
}
</style>
border-color css
<style>
span { border-color: #B65CFE; }
span { border-color: rgb(182,92,254); }
td.TdClassName
{
border-color: #B65CFE;
}
.TagClassName
{
border-color: #B65CFE;
}
</style>