Shades of Dark Orchid #B338CC
Tints of Dark Orchid #B338CC
RGB
CMYK
RGB Variations
Color information
#B338CC (or 0xB338CC) is known color: Dark Orchid. HEX triplet: B3, 38 and CC. RGB value is (179,56,204). Sum of RGB (Red+Green+Blue) = 179+56+204=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B338CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338CC is #4CC733. Grayscale: #6D6D6D. Windows color (decimal): -5031732 or 13383859. OLE color: 13383859.
HSL color Cylindrical-coordinate representation of color #B338CC: hue angle of 289.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B338CC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 56 | 204 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.2 |
| HSL | 289.86º | 0.59% | 0.51% | - |
| HSV(B) | 289.86º | 0.73% | 0.8% | - |
| XYZ | 30.9 | 16.77 | 58.74 | - |
| YUV | 109.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 204 | 0.12 | 0.73 | 0 | 0.2 | 289.86 | 0.59 | 0.51 |
| Hex | B3 | 38 | CC | C | 49 | 0 | 14 | 122 | 3B | 33 |
| Octal | 263 | 70 | 314 | 14 | 111 | 0 | 24 | 442 | 73 | 63 |
| Binary | 10110011 | 111000 | 11001100 | 1100 | 1001001 | 0 | 10100 | 100100010 | 111011 | 110011 |
Color Harmonies of #B338CC
Complementary color
Monochromatic Colors of #B338CC
Black with #B338CC
Text Example
Text Example
White with #B338CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338CC; }
p { color: rgb(179,56,204); }
H1.HeaderClassName
{
color: #B338CC;
}
.AnyTagClassName
{
color: #B338CC;
}
</style>
background-color css
<style>
a { background-color: #B338CC; }
a { background-color: rgb(179,56,204); }
div.DivClassName
{
background-color: #B338CC;
}
.BgClassName
{
background-color: #B338CC;
}
</style>
border-color css
<style>
span { border-color: #B338CC; }
span { border-color: rgb(179,56,204); }
td.TdClassName
{
border-color: #B338CC;
}
.TagClassName
{
border-color: #B338CC;
}
</style>