Shades of Dark Orchid #B232C7
Tints of Dark Orchid #B232C7
RGB
CMYK
RGB Variations
Color information
#B232C7 (or 0xB232C7) is known color: Dark Orchid. HEX triplet: B2, 32 and C7. RGB value is (178,50,199). Sum of RGB (Red+Green+Blue) = 178+50+199=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #B232C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232C7 is #4DCD38. Grayscale: #686868. Windows color (decimal): -5098809 or 13054642. OLE color: 13054642.
HSL color Cylindrical-coordinate representation of color #B232C7: hue angle of 291.54º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B232C7 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 50 | 199 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.22 |
| HSL | 291.54º | 0.6% | 0.49% | - |
| HSV(B) | 291.54º | 0.75% | 0.78% | - |
| XYZ | 29.81 | 15.87 | 55.52 | - |
| YUV | 105.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 199 | 0.11 | 0.75 | 0 | 0.22 | 291.54 | 0.6 | 0.49 |
| Hex | B2 | 32 | C7 | B | 4B | 0 | 16 | 124 | 3C | 31 |
| Octal | 262 | 62 | 307 | 13 | 113 | 0 | 26 | 444 | 74 | 61 |
| Binary | 10110010 | 110010 | 11000111 | 1011 | 1001011 | 0 | 10110 | 100100100 | 111100 | 110001 |
Color Harmonies of #B232C7
Complementary color
Monochromatic Colors of #B232C7
Black with #B232C7
Text Example
Text Example
White with #B232C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232C7; }
p { color: rgb(178,50,199); }
H1.HeaderClassName
{
color: #B232C7;
}
.AnyTagClassName
{
color: #B232C7;
}
</style>
background-color css
<style>
a { background-color: #B232C7; }
a { background-color: rgb(178,50,199); }
div.DivClassName
{
background-color: #B232C7;
}
.BgClassName
{
background-color: #B232C7;
}
</style>
border-color css
<style>
span { border-color: #B232C7; }
span { border-color: rgb(178,50,199); }
td.TdClassName
{
border-color: #B232C7;
}
.TagClassName
{
border-color: #B232C7;
}
</style>