Shades of Medium Orchid #B36CEA
Tints of Medium Orchid #B36CEA
RGB
CMYK
RGB Variations
Color information
#B36CEA (or 0xB36CEA) is known color: Medium Orchid. HEX triplet: B3, 6C and EA. RGB value is (179,108,234). Sum of RGB (Red+Green+Blue) = 179+108+234=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #B36CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36CEA is #4C9315. Grayscale: #8F8F8F. Windows color (decimal): -5018390 or 15363251. OLE color: 15363251.
HSL color Cylindrical-coordinate representation of color #B36CEA: hue angle of 273.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B36CEA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 108 | 234 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.08 |
| HSL | 273.81º | 0.75% | 0.67% | - |
| HSV(B) | 273.81º | 0.54% | 0.92% | - |
| XYZ | 38.8 | 26.25 | 80.86 | - |
| YUV | 143.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 234 | 0.24 | 0.54 | 0 | 0.08 | 273.81 | 0.75 | 0.67 |
| Hex | B3 | 6C | EA | 18 | 36 | 0 | 8 | 112 | 4B | 43 |
| Octal | 263 | 154 | 352 | 30 | 66 | 0 | 10 | 422 | 113 | 103 |
| Binary | 10110011 | 1101100 | 11101010 | 11000 | 110110 | 0 | 1000 | 100010010 | 1001011 | 1000011 |
Color Harmonies of #B36CEA
Complementary color
Monochromatic Colors of #B36CEA
Black with #B36CEA
Text Example
Text Example
White with #B36CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CEA; }
p { color: rgb(179,108,234); }
H1.HeaderClassName
{
color: #B36CEA;
}
.AnyTagClassName
{
color: #B36CEA;
}
</style>
background-color css
<style>
a { background-color: #B36CEA; }
a { background-color: rgb(179,108,234); }
div.DivClassName
{
background-color: #B36CEA;
}
.BgClassName
{
background-color: #B36CEA;
}
</style>
border-color css
<style>
span { border-color: #B36CEA; }
span { border-color: rgb(179,108,234); }
td.TdClassName
{
border-color: #B36CEA;
}
.TagClassName
{
border-color: #B36CEA;
}
</style>