Shades of Dark Orchid #B723C2
Tints of Dark Orchid #B723C2
RGB
CMYK
RGB Variations
Color information
#B723C2 (or 0xB723C2) is known color: Dark Orchid. HEX triplet: B7, 23 and C2. RGB value is (183,35,194). Sum of RGB (Red+Green+Blue) = 183+35+194=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #B723C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B723C2 is #48DC3D. Grayscale: #606060. Windows color (decimal): -4774974 or 12723127. OLE color: 12723127.
HSL color Cylindrical-coordinate representation of color #B723C2: hue angle of 295.85º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B723C2 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 35 | 194 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.24 |
| HSL | 295.85º | 0.69% | 0.45% | - |
| HSV(B) | 295.85º | 0.82% | 0.76% | - |
| XYZ | 29.87 | 15.16 | 52.39 | - |
| YUV | 97.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 194 | 0.06 | 0.82 | 0 | 0.24 | 295.85 | 0.69 | 0.45 |
| Hex | B7 | 23 | C2 | 6 | 52 | 0 | 18 | 128 | 45 | 2D |
| Octal | 267 | 43 | 302 | 6 | 122 | 0 | 30 | 450 | 105 | 55 |
| Binary | 10110111 | 100011 | 11000010 | 110 | 1010010 | 0 | 11000 | 100101000 | 1000101 | 101101 |
Color Harmonies of #B723C2
Complementary color
Monochromatic Colors of #B723C2
Black with #B723C2
Text Example
Text Example
White with #B723C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723C2; }
p { color: rgb(183,35,194); }
H1.HeaderClassName
{
color: #B723C2;
}
.AnyTagClassName
{
color: #B723C2;
}
</style>
background-color css
<style>
a { background-color: #B723C2; }
a { background-color: rgb(183,35,194); }
div.DivClassName
{
background-color: #B723C2;
}
.BgClassName
{
background-color: #B723C2;
}
</style>
border-color css
<style>
span { border-color: #B723C2; }
span { border-color: rgb(183,35,194); }
td.TdClassName
{
border-color: #B723C2;
}
.TagClassName
{
border-color: #B723C2;
}
</style>