Shades of Dark Orchid #B730ED
Tints of Dark Orchid #B730ED
RGB
CMYK
RGB Variations
Color information
#B730ED (or 0xB730ED) is known color: Dark Orchid. HEX triplet: B7, 30 and ED. RGB value is (183,48,237). Sum of RGB (Red+Green+Blue) = 183+48+237=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #B730ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730ED is #48CF12. Grayscale: #6D6D6D. Windows color (decimal): -4771603 or 15544503. OLE color: 15544503.
HSL color Cylindrical-coordinate representation of color #B730ED: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B730ED is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 48 | 237 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.07 |
| HSL | 282.86º | 0.84% | 0.56% | - |
| HSV(B) | 282.86º | 0.8% | 0.93% | - |
| XYZ | 35.87 | 18.3 | 81.76 | - |
| YUV | 109.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 237 | 0.23 | 0.80 | 0 | 0.07 | 282.86 | 0.84 | 0.56 |
| Hex | B7 | 30 | ED | 17 | 50 | 0 | 7 | 11B | 54 | 38 |
| Octal | 267 | 60 | 355 | 27 | 120 | 0 | 7 | 433 | 124 | 70 |
| Binary | 10110111 | 110000 | 11101101 | 10111 | 1010000 | 0 | 111 | 100011011 | 1010100 | 111000 |
Color Harmonies of #B730ED
Complementary color
Monochromatic Colors of #B730ED
Black with #B730ED
Text Example
Text Example
White with #B730ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730ED; }
p { color: rgb(183,48,237); }
H1.HeaderClassName
{
color: #B730ED;
}
.AnyTagClassName
{
color: #B730ED;
}
</style>
background-color css
<style>
a { background-color: #B730ED; }
a { background-color: rgb(183,48,237); }
div.DivClassName
{
background-color: #B730ED;
}
.BgClassName
{
background-color: #B730ED;
}
</style>
border-color css
<style>
span { border-color: #B730ED; }
span { border-color: rgb(183,48,237); }
td.TdClassName
{
border-color: #B730ED;
}
.TagClassName
{
border-color: #B730ED;
}
</style>