Shades of Medium Orchid #B65AF8
Tints of Medium Orchid #B65AF8
RGB
CMYK
RGB Variations
Color information
#B65AF8 (or 0xB65AF8) is known color: Medium Orchid. HEX triplet: B6, 5A and F8. RGB value is (182,90,248). Sum of RGB (Red+Green+Blue) = 182+90+248=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #B65AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AF8 is #49A507. Grayscale: #868686. Windows color (decimal): -4826376 or 16276150. OLE color: 16276150.
HSL color Cylindrical-coordinate representation of color #B65AF8: hue angle of 274.94º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B65AF8 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 90 | 248 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.03 |
| HSL | 274.94º | 0.92% | 0.66% | - |
| HSV(B) | 274.94º | 0.64% | 0.97% | - |
| XYZ | 39.89 | 24.03 | 91.34 | - |
| YUV | 135.52 | 191.48 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 248 | 0.27 | 0.64 | 0 | 0.03 | 274.94 | 0.92 | 0.66 |
| Hex | B6 | 5A | F8 | 1B | 40 | 0 | 3 | 113 | 5C | 42 |
| Octal | 266 | 132 | 370 | 33 | 100 | 0 | 3 | 423 | 134 | 102 |
| Binary | 10110110 | 1011010 | 11111000 | 11011 | 1000000 | 0 | 11 | 100010011 | 1011100 | 1000010 |
Color Harmonies of #B65AF8
Complementary color
Monochromatic Colors of #B65AF8
Black with #B65AF8
Text Example
Text Example
White with #B65AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65AF8; }
p { color: rgb(182,90,248); }
H1.HeaderClassName
{
color: #B65AF8;
}
.AnyTagClassName
{
color: #B65AF8;
}
</style>
background-color css
<style>
a { background-color: #B65AF8; }
a { background-color: rgb(182,90,248); }
div.DivClassName
{
background-color: #B65AF8;
}
.BgClassName
{
background-color: #B65AF8;
}
</style>
border-color css
<style>
span { border-color: #B65AF8; }
span { border-color: rgb(182,90,248); }
td.TdClassName
{
border-color: #B65AF8;
}
.TagClassName
{
border-color: #B65AF8;
}
</style>