Shades of Medium Orchid #B465ED
Tints of Medium Orchid #B465ED
RGB
CMYK
RGB Variations
Color information
#B465ED (or 0xB465ED) is known color: Medium Orchid. HEX triplet: B4, 65 and ED. RGB value is (180,101,237). Sum of RGB (Red+Green+Blue) = 180+101+237=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B465ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465ED is #4B9A12. Grayscale: #8B8B8B. Windows color (decimal): -4954643 or 15558068. OLE color: 15558068.
HSL color Cylindrical-coordinate representation of color #B465ED: hue angle of 274.85º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B465ED is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 101 | 237 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.07 |
| HSL | 274.85º | 0.79% | 0.66% | - |
| HSV(B) | 274.85º | 0.57% | 0.93% | - |
| XYZ | 38.76 | 25.13 | 82.93 | - |
| YUV | 140.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 237 | 0.24 | 0.57 | 0 | 0.07 | 274.85 | 0.79 | 0.66 |
| Hex | B4 | 65 | ED | 18 | 39 | 0 | 7 | 113 | 4F | 42 |
| Octal | 264 | 145 | 355 | 30 | 71 | 0 | 7 | 423 | 117 | 102 |
| Binary | 10110100 | 1100101 | 11101101 | 11000 | 111001 | 0 | 111 | 100010011 | 1001111 | 1000010 |
Color Harmonies of #B465ED
Complementary color
Monochromatic Colors of #B465ED
Black with #B465ED
Text Example
Text Example
White with #B465ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465ED; }
p { color: rgb(180,101,237); }
H1.HeaderClassName
{
color: #B465ED;
}
.AnyTagClassName
{
color: #B465ED;
}
</style>
background-color css
<style>
a { background-color: #B465ED; }
a { background-color: rgb(180,101,237); }
div.DivClassName
{
background-color: #B465ED;
}
.BgClassName
{
background-color: #B465ED;
}
</style>
border-color css
<style>
span { border-color: #B465ED; }
span { border-color: rgb(180,101,237); }
td.TdClassName
{
border-color: #B465ED;
}
.TagClassName
{
border-color: #B465ED;
}
</style>