Shades of Medium Orchid #B36BED
Tints of Medium Orchid #B36BED
RGB
CMYK
RGB Variations
Color information
#B36BED (or 0xB36BED) is known color: Medium Orchid. HEX triplet: B3, 6B and ED. RGB value is (179,107,237). Sum of RGB (Red+Green+Blue) = 179+107+237=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #B36BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36BED is #4C9412. Grayscale: #8E8E8E. Windows color (decimal): -5018643 or 15559603. OLE color: 15559603.
HSL color Cylindrical-coordinate representation of color #B36BED: hue angle of 273.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B36BED is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 107 | 237 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.07 |
| HSL | 273.23º | 0.78% | 0.67% | - |
| HSV(B) | 273.23º | 0.55% | 0.93% | - |
| XYZ | 39.13 | 26.21 | 83.12 | - |
| YUV | 143.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 237 | 0.24 | 0.55 | 0 | 0.07 | 273.23 | 0.78 | 0.67 |
| Hex | B3 | 6B | ED | 18 | 37 | 0 | 7 | 111 | 4E | 43 |
| Octal | 263 | 153 | 355 | 30 | 67 | 0 | 7 | 421 | 116 | 103 |
| Binary | 10110011 | 1101011 | 11101101 | 11000 | 110111 | 0 | 111 | 100010001 | 1001110 | 1000011 |
Color Harmonies of #B36BED
Complementary color
Monochromatic Colors of #B36BED
Black with #B36BED
Text Example
Text Example
White with #B36BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BED; }
p { color: rgb(179,107,237); }
H1.HeaderClassName
{
color: #B36BED;
}
.AnyTagClassName
{
color: #B36BED;
}
</style>
background-color css
<style>
a { background-color: #B36BED; }
a { background-color: rgb(179,107,237); }
div.DivClassName
{
background-color: #B36BED;
}
.BgClassName
{
background-color: #B36BED;
}
</style>
border-color css
<style>
span { border-color: #B36BED; }
span { border-color: rgb(179,107,237); }
td.TdClassName
{
border-color: #B36BED;
}
.TagClassName
{
border-color: #B36BED;
}
</style>