Shades of Medium Orchid #B865EE
Tints of Medium Orchid #B865EE
RGB
CMYK
RGB Variations
Color information
#B865EE (or 0xB865EE) is known color: Medium Orchid. HEX triplet: B8, 65 and EE. RGB value is (184,101,238). Sum of RGB (Red+Green+Blue) = 184+101+238=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #B865EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865EE is #479A11. Grayscale: #8C8C8C. Windows color (decimal): -4692498 or 15623608. OLE color: 15623608.
HSL color Cylindrical-coordinate representation of color #B865EE: hue angle of 276.35º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B865EE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 101 | 238 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.07 |
| HSL | 276.35º | 0.8% | 0.66% | - |
| HSV(B) | 276.35º | 0.58% | 0.93% | - |
| XYZ | 39.85 | 25.67 | 83.74 | - |
| YUV | 141.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 238 | 0.23 | 0.58 | 0 | 0.07 | 276.35 | 0.8 | 0.66 |
| Hex | B8 | 65 | EE | 17 | 3A | 0 | 7 | 114 | 50 | 42 |
| Octal | 270 | 145 | 356 | 27 | 72 | 0 | 7 | 424 | 120 | 102 |
| Binary | 10111000 | 1100101 | 11101110 | 10111 | 111010 | 0 | 111 | 100010100 | 1010000 | 1000010 |
Color Harmonies of #B865EE
Complementary color
Monochromatic Colors of #B865EE
Black with #B865EE
Text Example
Text Example
White with #B865EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865EE; }
p { color: rgb(184,101,238); }
H1.HeaderClassName
{
color: #B865EE;
}
.AnyTagClassName
{
color: #B865EE;
}
</style>
background-color css
<style>
a { background-color: #B865EE; }
a { background-color: rgb(184,101,238); }
div.DivClassName
{
background-color: #B865EE;
}
.BgClassName
{
background-color: #B865EE;
}
</style>
border-color css
<style>
span { border-color: #B865EE; }
span { border-color: rgb(184,101,238); }
td.TdClassName
{
border-color: #B865EE;
}
.TagClassName
{
border-color: #B865EE;
}
</style>