Shades of Dark Orchid #B623CF
Tints of Dark Orchid #B623CF
RGB
CMYK
RGB Variations
Color information
#B623CF (or 0xB623CF) is known color: Dark Orchid. HEX triplet: B6, 23 and CF. RGB value is (182,35,207). Sum of RGB (Red+Green+Blue) = 182+35+207=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #B623CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623CF is #49DC30. Grayscale: #626262. Windows color (decimal): -4840497 or 13575094. OLE color: 13575094.
HSL color Cylindrical-coordinate representation of color #B623CF: hue angle of 291.28º 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 #B623CF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 35 | 207 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.19 |
| HSL | 291.28º | 0.71% | 0.47% | - |
| HSV(B) | 291.28º | 0.83% | 0.81% | - |
| XYZ | 31.15 | 15.65 | 60.41 | - |
| YUV | 98.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 207 | 0.12 | 0.83 | 0 | 0.19 | 291.28 | 0.71 | 0.47 |
| Hex | B6 | 23 | CF | C | 53 | 0 | 13 | 123 | 47 | 2F |
| Octal | 266 | 43 | 317 | 14 | 123 | 0 | 23 | 443 | 107 | 57 |
| Binary | 10110110 | 100011 | 11001111 | 1100 | 1010011 | 0 | 10011 | 100100011 | 1000111 | 101111 |
Color Harmonies of #B623CF
Complementary color
Monochromatic Colors of #B623CF
Black with #B623CF
Text Example
Text Example
White with #B623CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623CF; }
p { color: rgb(182,35,207); }
H1.HeaderClassName
{
color: #B623CF;
}
.AnyTagClassName
{
color: #B623CF;
}
</style>
background-color css
<style>
a { background-color: #B623CF; }
a { background-color: rgb(182,35,207); }
div.DivClassName
{
background-color: #B623CF;
}
.BgClassName
{
background-color: #B623CF;
}
</style>
border-color css
<style>
span { border-color: #B623CF; }
span { border-color: rgb(182,35,207); }
td.TdClassName
{
border-color: #B623CF;
}
.TagClassName
{
border-color: #B623CF;
}
</style>