Shades of Medium Orchid #B35FDC
Tints of Medium Orchid #B35FDC
RGB
CMYK
RGB Variations
Color information
#B35FDC (or 0xB35FDC) is known color: Medium Orchid. HEX triplet: B3, 5F and DC. RGB value is (179,95,220). Sum of RGB (Red+Green+Blue) = 179+95+220=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B35FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FDC is #4CA023. Grayscale: #858585. Windows color (decimal): -5021732 or 14442419. OLE color: 14442419.
HSL color Cylindrical-coordinate representation of color #B35FDC: hue angle of 280.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B35FDC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 95 | 220 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.14 |
| HSL | 280.32º | 0.64% | 0.62% | - |
| HSV(B) | 280.32º | 0.57% | 0.86% | - |
| XYZ | 35.6 | 22.94 | 70.26 | - |
| YUV | 134.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 95 | 220 | 0.19 | 0.57 | 0 | 0.14 | 280.32 | 0.64 | 0.62 |
| Hex | B3 | 5F | DC | 13 | 39 | 0 | E | 118 | 40 | 3E |
| Octal | 263 | 137 | 334 | 23 | 71 | 0 | 16 | 430 | 100 | 76 |
| Binary | 10110011 | 1011111 | 11011100 | 10011 | 111001 | 0 | 1110 | 100011000 | 1000000 | 111110 |
Color Harmonies of #B35FDC
Complementary color
Monochromatic Colors of #B35FDC
Black with #B35FDC
Text Example
Text Example
White with #B35FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35FDC; }
p { color: rgb(179,95,220); }
H1.HeaderClassName
{
color: #B35FDC;
}
.AnyTagClassName
{
color: #B35FDC;
}
</style>
background-color css
<style>
a { background-color: #B35FDC; }
a { background-color: rgb(179,95,220); }
div.DivClassName
{
background-color: #B35FDC;
}
.BgClassName
{
background-color: #B35FDC;
}
</style>
border-color css
<style>
span { border-color: #B35FDC; }
span { border-color: rgb(179,95,220); }
td.TdClassName
{
border-color: #B35FDC;
}
.TagClassName
{
border-color: #B35FDC;
}
</style>