Shades of Medium Orchid #B35DF2
Tints of Medium Orchid #B35DF2
RGB
CMYK
RGB Variations
Color information
#B35DF2 (or 0xB35DF2) is known color: Medium Orchid. HEX triplet: B3, 5D and F2. RGB value is (179,93,242). Sum of RGB (Red+Green+Blue) = 179+93+242=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #B35DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B35DF2 is #4CA20D. Grayscale: #878787. Windows color (decimal): -5022222 or 15883699. OLE color: 15883699.
HSL color Cylindrical-coordinate representation of color #B35DF2: hue angle of 274.63º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B35DF2 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 93 | 242 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.05 |
| HSL | 274.63º | 0.85% | 0.66% | - |
| HSV(B) | 274.63º | 0.62% | 0.95% | - |
| XYZ | 38.53 | 23.82 | 86.57 | - |
| YUV | 135.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 242 | 0.26 | 0.62 | 0 | 0.05 | 274.63 | 0.85 | 0.66 |
| Hex | B3 | 5D | F2 | 1A | 3E | 0 | 5 | 113 | 55 | 42 |
| Octal | 263 | 135 | 362 | 32 | 76 | 0 | 5 | 423 | 125 | 102 |
| Binary | 10110011 | 1011101 | 11110010 | 11010 | 111110 | 0 | 101 | 100010011 | 1010101 | 1000010 |
Color Harmonies of #B35DF2
Complementary color
Monochromatic Colors of #B35DF2
Black with #B35DF2
Text Example
Text Example
White with #B35DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35DF2; }
p { color: rgb(179,93,242); }
H1.HeaderClassName
{
color: #B35DF2;
}
.AnyTagClassName
{
color: #B35DF2;
}
</style>
background-color css
<style>
a { background-color: #B35DF2; }
a { background-color: rgb(179,93,242); }
div.DivClassName
{
background-color: #B35DF2;
}
.BgClassName
{
background-color: #B35DF2;
}
</style>
border-color css
<style>
span { border-color: #B35DF2; }
span { border-color: rgb(179,93,242); }
td.TdClassName
{
border-color: #B35DF2;
}
.TagClassName
{
border-color: #B35DF2;
}
</style>