Shades of Dark Orchid #B926C4
Tints of Dark Orchid #B926C4
RGB
CMYK
RGB Variations
Color information
#B926C4 (or 0xB926C4) is known color: Dark Orchid. HEX triplet: B9, 26 and C4. RGB value is (185,38,196). Sum of RGB (Red+Green+Blue) = 185+38+196=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #B926C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926C4 is #46D93B. Grayscale: #636363. Windows color (decimal): -4643132 or 12854969. OLE color: 12854969.
HSL color Cylindrical-coordinate representation of color #B926C4: hue angle of 295.82º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B926C4 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 38 | 196 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.23 |
| HSL | 295.82º | 0.68% | 0.46% | - |
| HSV(B) | 295.82º | 0.81% | 0.77% | - |
| XYZ | 30.66 | 15.69 | 53.64 | - |
| YUV | 99.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 196 | 0.06 | 0.81 | 0 | 0.23 | 295.82 | 0.68 | 0.46 |
| Hex | B9 | 26 | C4 | 6 | 51 | 0 | 17 | 128 | 44 | 2E |
| Octal | 271 | 46 | 304 | 6 | 121 | 0 | 27 | 450 | 104 | 56 |
| Binary | 10111001 | 100110 | 11000100 | 110 | 1010001 | 0 | 10111 | 100101000 | 1000100 | 101110 |
Color Harmonies of #B926C4
Complementary color
Monochromatic Colors of #B926C4
Black with #B926C4
Text Example
Text Example
White with #B926C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926C4; }
p { color: rgb(185,38,196); }
H1.HeaderClassName
{
color: #B926C4;
}
.AnyTagClassName
{
color: #B926C4;
}
</style>
background-color css
<style>
a { background-color: #B926C4; }
a { background-color: rgb(185,38,196); }
div.DivClassName
{
background-color: #B926C4;
}
.BgClassName
{
background-color: #B926C4;
}
</style>
border-color css
<style>
span { border-color: #B926C4; }
span { border-color: rgb(185,38,196); }
td.TdClassName
{
border-color: #B926C4;
}
.TagClassName
{
border-color: #B926C4;
}
</style>