Shades of Medium Orchid #B258E5
Tints of Medium Orchid #B258E5
RGB
CMYK
RGB Variations
Color information
#B258E5 (or 0xB258E5) is known color: Medium Orchid. HEX triplet: B2, 58 and E5. RGB value is (178,88,229). Sum of RGB (Red+Green+Blue) = 178+88+229=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #B258E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258E5 is #4DA71A. Grayscale: #828282. Windows color (decimal): -5089051 or 15030450. OLE color: 15030450.
HSL color Cylindrical-coordinate representation of color #B258E5: hue angle of 278.3º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B258E5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 88 | 229 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.10 |
| HSL | 278.3º | 0.73% | 0.62% | - |
| HSV(B) | 278.3º | 0.62% | 0.9% | - |
| XYZ | 35.99 | 22.1 | 76.5 | - |
| YUV | 130.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 229 | 0.22 | 0.62 | 0 | 0.10 | 278.3 | 0.73 | 0.62 |
| Hex | B2 | 58 | E5 | 16 | 3E | 0 | A | 116 | 49 | 3E |
| Octal | 262 | 130 | 345 | 26 | 76 | 0 | 12 | 426 | 111 | 76 |
| Binary | 10110010 | 1011000 | 11100101 | 10110 | 111110 | 0 | 1010 | 100010110 | 1001001 | 111110 |
Color Harmonies of #B258E5
Complementary color
Monochromatic Colors of #B258E5
Black with #B258E5
Text Example
Text Example
White with #B258E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258E5; }
p { color: rgb(178,88,229); }
H1.HeaderClassName
{
color: #B258E5;
}
.AnyTagClassName
{
color: #B258E5;
}
</style>
background-color css
<style>
a { background-color: #B258E5; }
a { background-color: rgb(178,88,229); }
div.DivClassName
{
background-color: #B258E5;
}
.BgClassName
{
background-color: #B258E5;
}
</style>
border-color css
<style>
span { border-color: #B258E5; }
span { border-color: rgb(178,88,229); }
td.TdClassName
{
border-color: #B258E5;
}
.TagClassName
{
border-color: #B258E5;
}
</style>