Shades of Dark Orchid #B223CF
Tints of Dark Orchid #B223CF
RGB
CMYK
RGB Variations
Color information
#B223CF (or 0xB223CF) is known color: Dark Orchid. HEX triplet: B2, 23 and CF. RGB value is (178,35,207). Sum of RGB (Red+Green+Blue) = 178+35+207=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #B223CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223CF is #4DDC30. Grayscale: #606060. Windows color (decimal): -5102641 or 13575090. OLE color: 13575090.
HSL color Cylindrical-coordinate representation of color #B223CF: hue angle of 289.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B223CF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 35 | 207 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.19 |
| HSL | 289.88º | 0.71% | 0.47% | - |
| HSV(B) | 289.88º | 0.83% | 0.81% | - |
| XYZ | 30.22 | 15.17 | 60.37 | - |
| YUV | 97.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 207 | 0.14 | 0.83 | 0 | 0.19 | 289.88 | 0.71 | 0.47 |
| Hex | B2 | 23 | CF | E | 53 | 0 | 13 | 122 | 47 | 2F |
| Octal | 262 | 43 | 317 | 16 | 123 | 0 | 23 | 442 | 107 | 57 |
| Binary | 10110010 | 100011 | 11001111 | 1110 | 1010011 | 0 | 10011 | 100100010 | 1000111 | 101111 |
Color Harmonies of #B223CF
Complementary color
Monochromatic Colors of #B223CF
Black with #B223CF
Text Example
Text Example
White with #B223CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223CF; }
p { color: rgb(178,35,207); }
H1.HeaderClassName
{
color: #B223CF;
}
.AnyTagClassName
{
color: #B223CF;
}
</style>
background-color css
<style>
a { background-color: #B223CF; }
a { background-color: rgb(178,35,207); }
div.DivClassName
{
background-color: #B223CF;
}
.BgClassName
{
background-color: #B223CF;
}
</style>
border-color css
<style>
span { border-color: #B223CF; }
span { border-color: rgb(178,35,207); }
td.TdClassName
{
border-color: #B223CF;
}
.TagClassName
{
border-color: #B223CF;
}
</style>