Shades of Medium Orchid #B35ACC
Tints of Medium Orchid #B35ACC
RGB
CMYK
RGB Variations
Color information
#B35ACC (or 0xB35ACC) is known color: Medium Orchid. HEX triplet: B3, 5A and CC. RGB value is (179,90,204). Sum of RGB (Red+Green+Blue) = 179+90+204=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #B35ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ACC is #4CA533. Grayscale: #818181. Windows color (decimal): -5023028 or 13392563. OLE color: 13392563.
HSL color Cylindrical-coordinate representation of color #B35ACC: hue angle of 286.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B35ACC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 90 | 204 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.2 |
| HSL | 286.84º | 0.53% | 0.58% | - |
| HSV(B) | 286.84º | 0.56% | 0.8% | - |
| XYZ | 33.15 | 21.26 | 59.48 | - |
| YUV | 129.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 204 | 0.12 | 0.56 | 0 | 0.2 | 286.84 | 0.53 | 0.58 |
| Hex | B3 | 5A | CC | C | 38 | 0 | 14 | 11F | 35 | 3A |
| Octal | 263 | 132 | 314 | 14 | 70 | 0 | 24 | 437 | 65 | 72 |
| Binary | 10110011 | 1011010 | 11001100 | 1100 | 111000 | 0 | 10100 | 100011111 | 110101 | 111010 |
Color Harmonies of #B35ACC
Complementary color
Monochromatic Colors of #B35ACC
Black with #B35ACC
Text Example
Text Example
White with #B35ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35ACC; }
p { color: rgb(179,90,204); }
H1.HeaderClassName
{
color: #B35ACC;
}
.AnyTagClassName
{
color: #B35ACC;
}
</style>
background-color css
<style>
a { background-color: #B35ACC; }
a { background-color: rgb(179,90,204); }
div.DivClassName
{
background-color: #B35ACC;
}
.BgClassName
{
background-color: #B35ACC;
}
</style>
border-color css
<style>
span { border-color: #B35ACC; }
span { border-color: rgb(179,90,204); }
td.TdClassName
{
border-color: #B35ACC;
}
.TagClassName
{
border-color: #B35ACC;
}
</style>