Shades of Dark Orchid #B633CC
Tints of Dark Orchid #B633CC
RGB
CMYK
RGB Variations
Color information
#B633CC (or 0xB633CC) is known color: Dark Orchid. HEX triplet: B6, 33 and CC. RGB value is (182,51,204). Sum of RGB (Red+Green+Blue) = 182+51+204=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B633CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633CC is #49CC33. Grayscale: #6B6B6B. Windows color (decimal): -4836404 or 13382582. OLE color: 13382582.
HSL color Cylindrical-coordinate representation of color #B633CC: hue angle of 291.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B633CC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 51 | 204 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.2 |
| HSL | 291.37º | 0.6% | 0.5% | - |
| HSV(B) | 291.37º | 0.75% | 0.8% | - |
| XYZ | 31.37 | 16.67 | 58.69 | - |
| YUV | 107.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 204 | 0.11 | 0.75 | 0 | 0.2 | 291.37 | 0.6 | 0.5 |
| Hex | B6 | 33 | CC | B | 4B | 0 | 14 | 123 | 3C | 32 |
| Octal | 266 | 63 | 314 | 13 | 113 | 0 | 24 | 443 | 74 | 62 |
| Binary | 10110110 | 110011 | 11001100 | 1011 | 1001011 | 0 | 10100 | 100100011 | 111100 | 110010 |
Color Harmonies of #B633CC
Complementary color
Monochromatic Colors of #B633CC
Black with #B633CC
Text Example
Text Example
White with #B633CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B633CC; }
p { color: rgb(182,51,204); }
H1.HeaderClassName
{
color: #B633CC;
}
.AnyTagClassName
{
color: #B633CC;
}
</style>
background-color css
<style>
a { background-color: #B633CC; }
a { background-color: rgb(182,51,204); }
div.DivClassName
{
background-color: #B633CC;
}
.BgClassName
{
background-color: #B633CC;
}
</style>
border-color css
<style>
span { border-color: #B633CC; }
span { border-color: rgb(182,51,204); }
td.TdClassName
{
border-color: #B633CC;
}
.TagClassName
{
border-color: #B633CC;
}
</style>