Shades of Medium Orchid #B367CC
Tints of Medium Orchid #B367CC
RGB
CMYK
RGB Variations
Color information
#B367CC (or 0xB367CC) is known color: Medium Orchid. HEX triplet: B3, 67 and CC. RGB value is (179,103,204). Sum of RGB (Red+Green+Blue) = 179+103+204=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #B367CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367CC is #4C9833. Grayscale: #888888. Windows color (decimal): -5019700 or 13395891. OLE color: 13395891.
HSL color Cylindrical-coordinate representation of color #B367CC: hue angle of 285.15º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B367CC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 103 | 204 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.2 |
| HSL | 285.15º | 0.5% | 0.6% | - |
| HSV(B) | 285.15º | 0.5% | 0.8% | - |
| XYZ | 34.34 | 23.64 | 59.88 | - |
| YUV | 137.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 204 | 0.12 | 0.50 | 0 | 0.2 | 285.15 | 0.5 | 0.6 |
| Hex | B3 | 67 | CC | C | 32 | 0 | 14 | 11D | 32 | 3C |
| Octal | 263 | 147 | 314 | 14 | 62 | 0 | 24 | 435 | 62 | 74 |
| Binary | 10110011 | 1100111 | 11001100 | 1100 | 110010 | 0 | 10100 | 100011101 | 110010 | 111100 |
Color Harmonies of #B367CC
Complementary color
Monochromatic Colors of #B367CC
Black with #B367CC
Text Example
Text Example
White with #B367CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367CC; }
p { color: rgb(179,103,204); }
H1.HeaderClassName
{
color: #B367CC;
}
.AnyTagClassName
{
color: #B367CC;
}
</style>
background-color css
<style>
a { background-color: #B367CC; }
a { background-color: rgb(179,103,204); }
div.DivClassName
{
background-color: #B367CC;
}
.BgClassName
{
background-color: #B367CC;
}
</style>
border-color css
<style>
span { border-color: #B367CC; }
span { border-color: rgb(179,103,204); }
td.TdClassName
{
border-color: #B367CC;
}
.TagClassName
{
border-color: #B367CC;
}
</style>