Shades of Dark Orchid #B723C4
Tints of Dark Orchid #B723C4
RGB
CMYK
RGB Variations
Color information
#B723C4 (or 0xB723C4) is known color: Dark Orchid. HEX triplet: B7, 23 and C4. RGB value is (183,35,196). Sum of RGB (Red+Green+Blue) = 183+35+196=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #B723C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B723C4 is #48DC3B. Grayscale: #616161. Windows color (decimal): -4774972 or 12854199. OLE color: 12854199.
HSL color Cylindrical-coordinate representation of color #B723C4: hue angle of 295.16º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B723C4 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 35 | 196 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.23 |
| HSL | 295.16º | 0.7% | 0.45% | - |
| HSV(B) | 295.16º | 0.82% | 0.77% | - |
| XYZ | 30.09 | 15.25 | 53.58 | - |
| YUV | 97.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 196 | 0.07 | 0.82 | 0 | 0.23 | 295.16 | 0.7 | 0.45 |
| Hex | B7 | 23 | C4 | 7 | 52 | 0 | 17 | 127 | 46 | 2D |
| Octal | 267 | 43 | 304 | 7 | 122 | 0 | 27 | 447 | 106 | 55 |
| Binary | 10110111 | 100011 | 11000100 | 111 | 1010010 | 0 | 10111 | 100100111 | 1000110 | 101101 |
Color Harmonies of #B723C4
Complementary color
Monochromatic Colors of #B723C4
Black with #B723C4
Text Example
Text Example
White with #B723C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723C4; }
p { color: rgb(183,35,196); }
H1.HeaderClassName
{
color: #B723C4;
}
.AnyTagClassName
{
color: #B723C4;
}
</style>
background-color css
<style>
a { background-color: #B723C4; }
a { background-color: rgb(183,35,196); }
div.DivClassName
{
background-color: #B723C4;
}
.BgClassName
{
background-color: #B723C4;
}
</style>
border-color css
<style>
span { border-color: #B723C4; }
span { border-color: rgb(183,35,196); }
td.TdClassName
{
border-color: #B723C4;
}
.TagClassName
{
border-color: #B723C4;
}
</style>