Shades of Medium Orchid #B35FCC
Tints of Medium Orchid #B35FCC
RGB
CMYK
RGB Variations
Color information
#B35FCC (or 0xB35FCC) is known color: Medium Orchid. HEX triplet: B3, 5F and CC. RGB value is (179,95,204). Sum of RGB (Red+Green+Blue) = 179+95+204=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B35FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FCC is #4CA033. Grayscale: #848484. Windows color (decimal): -5021748 or 13393843. OLE color: 13393843.
HSL color Cylindrical-coordinate representation of color #B35FCC: hue angle of 286.24º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35FCC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 95 | 204 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.2 |
| HSL | 286.24º | 0.52% | 0.59% | - |
| HSV(B) | 286.24º | 0.53% | 0.8% | - |
| XYZ | 33.58 | 22.13 | 59.63 | - |
| YUV | 132.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 95 | 204 | 0.12 | 0.53 | 0 | 0.2 | 286.24 | 0.52 | 0.59 |
| Hex | B3 | 5F | CC | C | 35 | 0 | 14 | 11E | 34 | 3B |
| Octal | 263 | 137 | 314 | 14 | 65 | 0 | 24 | 436 | 64 | 73 |
| Binary | 10110011 | 1011111 | 11001100 | 1100 | 110101 | 0 | 10100 | 100011110 | 110100 | 111011 |
Color Harmonies of #B35FCC
Complementary color
Monochromatic Colors of #B35FCC
Black with #B35FCC
Text Example
Text Example
White with #B35FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35FCC; }
p { color: rgb(179,95,204); }
H1.HeaderClassName
{
color: #B35FCC;
}
.AnyTagClassName
{
color: #B35FCC;
}
</style>
background-color css
<style>
a { background-color: #B35FCC; }
a { background-color: rgb(179,95,204); }
div.DivClassName
{
background-color: #B35FCC;
}
.BgClassName
{
background-color: #B35FCC;
}
</style>
border-color css
<style>
span { border-color: #B35FCC; }
span { border-color: rgb(179,95,204); }
td.TdClassName
{
border-color: #B35FCC;
}
.TagClassName
{
border-color: #B35FCC;
}
</style>