Shades of Medium Orchid #B359CB
Tints of Medium Orchid #B359CB
RGB
CMYK
RGB Variations
Color information
#B359CB (or 0xB359CB) is known color: Medium Orchid. HEX triplet: B3, 59 and CB. RGB value is (179,89,203). Sum of RGB (Red+Green+Blue) = 179+89+203=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B359CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359CB is #4CA634. Grayscale: #808080. Windows color (decimal): -5023285 or 13326771. OLE color: 13326771.
HSL color Cylindrical-coordinate representation of color #B359CB: hue angle of 287.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B359CB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 89 | 203 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.20 |
| HSL | 287.37º | 0.52% | 0.57% | - |
| HSV(B) | 287.37º | 0.56% | 0.8% | - |
| XYZ | 32.94 | 21.04 | 58.82 | - |
| YUV | 128.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 203 | 0.12 | 0.56 | 0 | 0.20 | 287.37 | 0.52 | 0.57 |
| Hex | B3 | 59 | CB | C | 38 | 0 | 14 | 11F | 34 | 39 |
| Octal | 263 | 131 | 313 | 14 | 70 | 0 | 24 | 437 | 64 | 71 |
| Binary | 10110011 | 1011001 | 11001011 | 1100 | 111000 | 0 | 10100 | 100011111 | 110100 | 111001 |
Color Harmonies of #B359CB
Complementary color
Monochromatic Colors of #B359CB
Black with #B359CB
Text Example
Text Example
White with #B359CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359CB; }
p { color: rgb(179,89,203); }
H1.HeaderClassName
{
color: #B359CB;
}
.AnyTagClassName
{
color: #B359CB;
}
</style>
background-color css
<style>
a { background-color: #B359CB; }
a { background-color: rgb(179,89,203); }
div.DivClassName
{
background-color: #B359CB;
}
.BgClassName
{
background-color: #B359CB;
}
</style>
border-color css
<style>
span { border-color: #B359CB; }
span { border-color: rgb(179,89,203); }
td.TdClassName
{
border-color: #B359CB;
}
.TagClassName
{
border-color: #B359CB;
}
</style>