Shades of Medium Orchid #B368CA
Tints of Medium Orchid #B368CA
RGB
CMYK
RGB Variations
Color information
#B368CA (or 0xB368CA) is known color: Medium Orchid. HEX triplet: B3, 68 and CA. RGB value is (179,104,202). Sum of RGB (Red+Green+Blue) = 179+104+202=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B368CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368CA is #4C9735. Grayscale: #898989. Windows color (decimal): -5019446 or 13265075. OLE color: 13265075.
HSL color Cylindrical-coordinate representation of color #B368CA: hue angle of 285.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B368CA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 104 | 202 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.21 |
| HSL | 285.92º | 0.48% | 0.6% | - |
| HSV(B) | 285.92º | 0.49% | 0.79% | - |
| XYZ | 34.2 | 23.75 | 58.66 | - |
| YUV | 137.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 202 | 0.11 | 0.49 | 0 | 0.21 | 285.92 | 0.48 | 0.6 |
| Hex | B3 | 68 | CA | B | 31 | 0 | 15 | 11E | 30 | 3C |
| Octal | 263 | 150 | 312 | 13 | 61 | 0 | 25 | 436 | 60 | 74 |
| Binary | 10110011 | 1101000 | 11001010 | 1011 | 110001 | 0 | 10101 | 100011110 | 110000 | 111100 |
Color Harmonies of #B368CA
Complementary color
Monochromatic Colors of #B368CA
Black with #B368CA
Text Example
Text Example
White with #B368CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B368CA; }
p { color: rgb(179,104,202); }
H1.HeaderClassName
{
color: #B368CA;
}
.AnyTagClassName
{
color: #B368CA;
}
</style>
background-color css
<style>
a { background-color: #B368CA; }
a { background-color: rgb(179,104,202); }
div.DivClassName
{
background-color: #B368CA;
}
.BgClassName
{
background-color: #B368CA;
}
</style>
border-color css
<style>
span { border-color: #B368CA; }
span { border-color: rgb(179,104,202); }
td.TdClassName
{
border-color: #B368CA;
}
.TagClassName
{
border-color: #B368CA;
}
</style>