Shades of Dark Orchid #B630CC
Tints of Dark Orchid #B630CC
RGB
CMYK
RGB Variations
Color information
#B630CC (or 0xB630CC) is known color: Dark Orchid. HEX triplet: B6, 30 and CC. RGB value is (182,48,204). Sum of RGB (Red+Green+Blue) = 182+48+204=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #B630CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630CC is #49CF33. Grayscale: #696969. Windows color (decimal): -4837172 or 13381814. OLE color: 13381814.
HSL color Cylindrical-coordinate representation of color #B630CC: hue angle of 291.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B630CC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 48 | 204 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.2 |
| HSL | 291.54º | 0.62% | 0.49% | - |
| HSV(B) | 291.54º | 0.76% | 0.8% | - |
| XYZ | 31.25 | 16.42 | 58.65 | - |
| YUV | 105.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 204 | 0.11 | 0.76 | 0 | 0.2 | 291.54 | 0.62 | 0.49 |
| Hex | B6 | 30 | CC | B | 4C | 0 | 14 | 124 | 3E | 31 |
| Octal | 266 | 60 | 314 | 13 | 114 | 0 | 24 | 444 | 76 | 61 |
| Binary | 10110110 | 110000 | 11001100 | 1011 | 1001100 | 0 | 10100 | 100100100 | 111110 | 110001 |
Color Harmonies of #B630CC
Complementary color
Monochromatic Colors of #B630CC
Black with #B630CC
Text Example
Text Example
White with #B630CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B630CC; }
p { color: rgb(182,48,204); }
H1.HeaderClassName
{
color: #B630CC;
}
.AnyTagClassName
{
color: #B630CC;
}
</style>
background-color css
<style>
a { background-color: #B630CC; }
a { background-color: rgb(182,48,204); }
div.DivClassName
{
background-color: #B630CC;
}
.BgClassName
{
background-color: #B630CC;
}
</style>
border-color css
<style>
span { border-color: #B630CC; }
span { border-color: rgb(182,48,204); }
td.TdClassName
{
border-color: #B630CC;
}
.TagClassName
{
border-color: #B630CC;
}
</style>