Shades of Dark Orchid #B730E4
Tints of Dark Orchid #B730E4
RGB
CMYK
RGB Variations
Color information
#B730E4 (or 0xB730E4) is known color: Dark Orchid. HEX triplet: B7, 30 and E4. RGB value is (183,48,228). Sum of RGB (Red+Green+Blue) = 183+48+228=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #B730E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730E4 is #48CF1B. Grayscale: #6C6C6C. Windows color (decimal): -4771612 or 14954679. OLE color: 14954679.
HSL color Cylindrical-coordinate representation of color #B730E4: hue angle of 285º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B730E4 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 48 | 228 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.11 |
| HSL | 285º | 0.77% | 0.54% | - |
| HSV(B) | 285º | 0.79% | 0.89% | - |
| XYZ | 34.59 | 17.78 | 75.01 | - |
| YUV | 108.89 | 195.23 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 228 | 0.20 | 0.79 | 0 | 0.11 | 285 | 0.77 | 0.54 |
| Hex | B7 | 30 | E4 | 14 | 4F | 0 | B | 11D | 4D | 36 |
| Octal | 267 | 60 | 344 | 24 | 117 | 0 | 13 | 435 | 115 | 66 |
| Binary | 10110111 | 110000 | 11100100 | 10100 | 1001111 | 0 | 1011 | 100011101 | 1001101 | 110110 |
Color Harmonies of #B730E4
Complementary color
Monochromatic Colors of #B730E4
Black with #B730E4
Text Example
Text Example
White with #B730E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730E4; }
p { color: rgb(183,48,228); }
H1.HeaderClassName
{
color: #B730E4;
}
.AnyTagClassName
{
color: #B730E4;
}
</style>
background-color css
<style>
a { background-color: #B730E4; }
a { background-color: rgb(183,48,228); }
div.DivClassName
{
background-color: #B730E4;
}
.BgClassName
{
background-color: #B730E4;
}
</style>
border-color css
<style>
span { border-color: #B730E4; }
span { border-color: rgb(183,48,228); }
td.TdClassName
{
border-color: #B730E4;
}
.TagClassName
{
border-color: #B730E4;
}
</style>