Shades of Medium Orchid #B465F8
Tints of Medium Orchid #B465F8
RGB
CMYK
RGB Variations
Color information
#B465F8 (or 0xB465F8) is known color: Medium Orchid. HEX triplet: B4, 65 and F8. RGB value is (180,101,248). Sum of RGB (Red+Green+Blue) = 180+101+248=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #B465F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465F8 is #4B9A07. Grayscale: #8C8C8C. Windows color (decimal): -4954632 or 16278964. OLE color: 16278964.
HSL color Cylindrical-coordinate representation of color #B465F8: hue angle of 272.24º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B465F8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 101 | 248 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.03 |
| HSL | 272.24º | 0.91% | 0.68% | - |
| HSV(B) | 272.24º | 0.59% | 0.97% | - |
| XYZ | 40.42 | 25.79 | 91.65 | - |
| YUV | 141.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 248 | 0.27 | 0.59 | 0 | 0.03 | 272.24 | 0.91 | 0.68 |
| Hex | B4 | 65 | F8 | 1B | 3B | 0 | 3 | 110 | 5B | 44 |
| Octal | 264 | 145 | 370 | 33 | 73 | 0 | 3 | 420 | 133 | 104 |
| Binary | 10110100 | 1100101 | 11111000 | 11011 | 111011 | 0 | 11 | 100010000 | 1011011 | 1000100 |
Color Harmonies of #B465F8
Complementary color
Monochromatic Colors of #B465F8
Black with #B465F8
Text Example
Text Example
White with #B465F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465F8; }
p { color: rgb(180,101,248); }
H1.HeaderClassName
{
color: #B465F8;
}
.AnyTagClassName
{
color: #B465F8;
}
</style>
background-color css
<style>
a { background-color: #B465F8; }
a { background-color: rgb(180,101,248); }
div.DivClassName
{
background-color: #B465F8;
}
.BgClassName
{
background-color: #B465F8;
}
</style>
border-color css
<style>
span { border-color: #B465F8; }
span { border-color: rgb(180,101,248); }
td.TdClassName
{
border-color: #B465F8;
}
.TagClassName
{
border-color: #B465F8;
}
</style>