Shades of Medium Orchid #B258CF
Tints of Medium Orchid #B258CF
RGB
CMYK
RGB Variations
Color information
#B258CF (or 0xB258CF) is known color: Medium Orchid. HEX triplet: B2, 58 and CF. RGB value is (178,88,207). Sum of RGB (Red+Green+Blue) = 178+88+207=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B258CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258CF is #4DA730. Grayscale: #808080. Windows color (decimal): -5089073 or 13588658. OLE color: 13588658.
HSL color Cylindrical-coordinate representation of color #B258CF: hue angle of 285.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B258CF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 88 | 207 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.19 |
| HSL | 285.38º | 0.55% | 0.58% | - |
| HSV(B) | 285.38º | 0.57% | 0.81% | - |
| XYZ | 33.11 | 20.95 | 61.33 | - |
| YUV | 128.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 207 | 0.14 | 0.57 | 0 | 0.19 | 285.38 | 0.55 | 0.58 |
| Hex | B2 | 58 | CF | E | 39 | 0 | 13 | 11D | 37 | 3A |
| Octal | 262 | 130 | 317 | 16 | 71 | 0 | 23 | 435 | 67 | 72 |
| Binary | 10110010 | 1011000 | 11001111 | 1110 | 111001 | 0 | 10011 | 100011101 | 110111 | 111010 |
Color Harmonies of #B258CF
Complementary color
Monochromatic Colors of #B258CF
Black with #B258CF
Text Example
Text Example
White with #B258CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258CF; }
p { color: rgb(178,88,207); }
H1.HeaderClassName
{
color: #B258CF;
}
.AnyTagClassName
{
color: #B258CF;
}
</style>
background-color css
<style>
a { background-color: #B258CF; }
a { background-color: rgb(178,88,207); }
div.DivClassName
{
background-color: #B258CF;
}
.BgClassName
{
background-color: #B258CF;
}
</style>
border-color css
<style>
span { border-color: #B258CF; }
span { border-color: rgb(178,88,207); }
td.TdClassName
{
border-color: #B258CF;
}
.TagClassName
{
border-color: #B258CF;
}
</style>