Shades of Medium Orchid #B65AFE
Tints of Medium Orchid #B65AFE
RGB
CMYK
RGB Variations
Color information
#B65AFE (or 0xB65AFE) is known color: Medium Orchid. HEX triplet: B6, 5A and FE. RGB value is (182,90,254). Sum of RGB (Red+Green+Blue) = 182+90+254=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #B65AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AFE is #49A501. Grayscale: #878787. Windows color (decimal): -4826370 or 16669366. OLE color: 16669366.
HSL color Cylindrical-coordinate representation of color #B65AFE: hue angle of 273.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B65AFE is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 90 | 254 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.00 |
| HSL | 273.66º | 0.99% | 0.67% | - |
| HSV(B) | 273.66º | 0.65% | 1% | - |
| XYZ | 40.84 | 24.41 | 96.33 | - |
| YUV | 136.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 254 | 0.28 | 0.65 | 0 | 0.00 | 273.66 | 0.99 | 0.67 |
| Hex | B6 | 5A | FE | 1C | 41 | 0 | 0 | 112 | 63 | 43 |
| Octal | 266 | 132 | 376 | 34 | 101 | 0 | 0 | 422 | 143 | 103 |
| Binary | 10110110 | 1011010 | 11111110 | 11100 | 1000001 | 0 | 0 | 100010010 | 1100011 | 1000011 |
Color Harmonies of #B65AFE
Complementary color
Monochromatic Colors of #B65AFE
Black with #B65AFE
Text Example
Text Example
White with #B65AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65AFE; }
p { color: rgb(182,90,254); }
H1.HeaderClassName
{
color: #B65AFE;
}
.AnyTagClassName
{
color: #B65AFE;
}
</style>
background-color css
<style>
a { background-color: #B65AFE; }
a { background-color: rgb(182,90,254); }
div.DivClassName
{
background-color: #B65AFE;
}
.BgClassName
{
background-color: #B65AFE;
}
</style>
border-color css
<style>
span { border-color: #B65AFE; }
span { border-color: rgb(182,90,254); }
td.TdClassName
{
border-color: #B65AFE;
}
.TagClassName
{
border-color: #B65AFE;
}
</style>