Shades of Medium Orchid #B35BED
Tints of Medium Orchid #B35BED
RGB
CMYK
RGB Variations
Color information
#B35BED (or 0xB35BED) is known color: Medium Orchid. HEX triplet: B3, 5B and ED. RGB value is (179,91,237). Sum of RGB (Red+Green+Blue) = 179+91+237=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #B35BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35BED is #4CA412. Grayscale: #858585. Windows color (decimal): -5022739 or 15555507. OLE color: 15555507.
HSL color Cylindrical-coordinate representation of color #B35BED: hue angle of 276.16º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35BED is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 91 | 237 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.07 |
| HSL | 276.16º | 0.8% | 0.64% | - |
| HSV(B) | 276.16º | 0.62% | 0.93% | - |
| XYZ | 37.62 | 23.18 | 82.61 | - |
| YUV | 133.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 237 | 0.24 | 0.62 | 0 | 0.07 | 276.16 | 0.8 | 0.64 |
| Hex | B3 | 5B | ED | 18 | 3E | 0 | 7 | 114 | 50 | 40 |
| Octal | 263 | 133 | 355 | 30 | 76 | 0 | 7 | 424 | 120 | 100 |
| Binary | 10110011 | 1011011 | 11101101 | 11000 | 111110 | 0 | 111 | 100010100 | 1010000 | 1000000 |
Color Harmonies of #B35BED
Complementary color
Monochromatic Colors of #B35BED
Black with #B35BED
Text Example
Text Example
White with #B35BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BED; }
p { color: rgb(179,91,237); }
H1.HeaderClassName
{
color: #B35BED;
}
.AnyTagClassName
{
color: #B35BED;
}
</style>
background-color css
<style>
a { background-color: #B35BED; }
a { background-color: rgb(179,91,237); }
div.DivClassName
{
background-color: #B35BED;
}
.BgClassName
{
background-color: #B35BED;
}
</style>
border-color css
<style>
span { border-color: #B35BED; }
span { border-color: rgb(179,91,237); }
td.TdClassName
{
border-color: #B35BED;
}
.TagClassName
{
border-color: #B35BED;
}
</style>