Shades of Medium Orchid #B35BCC
Tints of Medium Orchid #B35BCC
RGB
CMYK
RGB Variations
Color information
#B35BCC (or 0xB35BCC) is known color: Medium Orchid. HEX triplet: B3, 5B and CC. RGB value is (179,91,204). Sum of RGB (Red+Green+Blue) = 179+91+204=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B35BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35BCC is #4CA433. Grayscale: #818181. Windows color (decimal): -5022772 or 13392819. OLE color: 13392819.
HSL color Cylindrical-coordinate representation of color #B35BCC: hue angle of 286.73º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35BCC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 91 | 204 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.2 |
| HSL | 286.73º | 0.53% | 0.58% | - |
| HSV(B) | 286.73º | 0.55% | 0.8% | - |
| XYZ | 33.23 | 21.43 | 59.51 | - |
| YUV | 130.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 204 | 0.12 | 0.55 | 0 | 0.2 | 286.73 | 0.53 | 0.58 |
| Hex | B3 | 5B | CC | C | 37 | 0 | 14 | 11F | 35 | 3A |
| Octal | 263 | 133 | 314 | 14 | 67 | 0 | 24 | 437 | 65 | 72 |
| Binary | 10110011 | 1011011 | 11001100 | 1100 | 110111 | 0 | 10100 | 100011111 | 110101 | 111010 |
Color Harmonies of #B35BCC
Complementary color
Monochromatic Colors of #B35BCC
Black with #B35BCC
Text Example
Text Example
White with #B35BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BCC; }
p { color: rgb(179,91,204); }
H1.HeaderClassName
{
color: #B35BCC;
}
.AnyTagClassName
{
color: #B35BCC;
}
</style>
background-color css
<style>
a { background-color: #B35BCC; }
a { background-color: rgb(179,91,204); }
div.DivClassName
{
background-color: #B35BCC;
}
.BgClassName
{
background-color: #B35BCC;
}
</style>
border-color css
<style>
span { border-color: #B35BCC; }
span { border-color: rgb(179,91,204); }
td.TdClassName
{
border-color: #B35BCC;
}
.TagClassName
{
border-color: #B35BCC;
}
</style>