Shades of Medium Orchid #B36BCB
Tints of Medium Orchid #B36BCB
RGB
CMYK
RGB Variations
Color information
#B36BCB (or 0xB36BCB) is known color: Medium Orchid. HEX triplet: B3, 6B and CB. RGB value is (179,107,203). Sum of RGB (Red+Green+Blue) = 179+107+203=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B36BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BCB is #4C9434. Grayscale: #8B8B8B. Windows color (decimal): -5018677 or 13331379. OLE color: 13331379.
HSL color Cylindrical-coordinate representation of color #B36BCB: hue angle of 285º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36BCB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 107 | 203 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.20 |
| HSL | 285º | 0.48% | 0.61% | - |
| HSV(B) | 285º | 0.47% | 0.8% | - |
| XYZ | 34.63 | 24.41 | 59.39 | - |
| YUV | 139.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 203 | 0.12 | 0.47 | 0 | 0.20 | 285 | 0.48 | 0.61 |
| Hex | B3 | 6B | CB | C | 2F | 0 | 14 | 11D | 30 | 3D |
| Octal | 263 | 153 | 313 | 14 | 57 | 0 | 24 | 435 | 60 | 75 |
| Binary | 10110011 | 1101011 | 11001011 | 1100 | 101111 | 0 | 10100 | 100011101 | 110000 | 111101 |
Color Harmonies of #B36BCB
Complementary color
Monochromatic Colors of #B36BCB
Black with #B36BCB
Text Example
Text Example
White with #B36BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BCB; }
p { color: rgb(179,107,203); }
H1.HeaderClassName
{
color: #B36BCB;
}
.AnyTagClassName
{
color: #B36BCB;
}
</style>
background-color css
<style>
a { background-color: #B36BCB; }
a { background-color: rgb(179,107,203); }
div.DivClassName
{
background-color: #B36BCB;
}
.BgClassName
{
background-color: #B36BCB;
}
</style>
border-color css
<style>
span { border-color: #B36BCB; }
span { border-color: rgb(179,107,203); }
td.TdClassName
{
border-color: #B36BCB;
}
.TagClassName
{
border-color: #B36BCB;
}
</style>