Shades of Medium Orchid #B358DC
Tints of Medium Orchid #B358DC
RGB
CMYK
RGB Variations
Color information
#B358DC (or 0xB358DC) is known color: Medium Orchid. HEX triplet: B3, 58 and DC. RGB value is (179,88,220). Sum of RGB (Red+Green+Blue) = 179+88+220=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #B358DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358DC is #4CA723. Grayscale: #818181. Windows color (decimal): -5023524 or 14440627. OLE color: 14440627.
HSL color Cylindrical-coordinate representation of color #B358DC: hue angle of 281.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B358DC is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 88 | 220 | - |
| CMYK | 0.19 | 0.6 | 0 | 0.14 |
| HSL | 281.36º | 0.65% | 0.6% | - |
| HSV(B) | 281.36º | 0.6% | 0.86% | - |
| XYZ | 35 | 21.73 | 70.06 | - |
| YUV | 130.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 220 | 0.19 | 0.6 | 0 | 0.14 | 281.36 | 0.65 | 0.6 |
| Hex | B3 | 58 | DC | 13 | 3C | 0 | E | 119 | 41 | 3C |
| Octal | 263 | 130 | 334 | 23 | 74 | 0 | 16 | 431 | 101 | 74 |
| Binary | 10110011 | 1011000 | 11011100 | 10011 | 111100 | 0 | 1110 | 100011001 | 1000001 | 111100 |
Color Harmonies of #B358DC
Complementary color
Monochromatic Colors of #B358DC
Black with #B358DC
Text Example
Text Example
White with #B358DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358DC; }
p { color: rgb(179,88,220); }
H1.HeaderClassName
{
color: #B358DC;
}
.AnyTagClassName
{
color: #B358DC;
}
</style>
background-color css
<style>
a { background-color: #B358DC; }
a { background-color: rgb(179,88,220); }
div.DivClassName
{
background-color: #B358DC;
}
.BgClassName
{
background-color: #B358DC;
}
</style>
border-color css
<style>
span { border-color: #B358DC; }
span { border-color: rgb(179,88,220); }
td.TdClassName
{
border-color: #B358DC;
}
.TagClassName
{
border-color: #B358DC;
}
</style>