Shades of Dark Orchid #B728C1
Tints of Dark Orchid #B728C1
RGB
CMYK
RGB Variations
Color information
#B728C1 (or 0xB728C1) is known color: Dark Orchid. HEX triplet: B7, 28 and C1. RGB value is (183,40,193). Sum of RGB (Red+Green+Blue) = 183+40+193=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #B728C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728C1 is #48D73E. Grayscale: #636363. Windows color (decimal): -4773695 or 12658871. OLE color: 12658871.
HSL color Cylindrical-coordinate representation of color #B728C1: hue angle of 296.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B728C1 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 40 | 193 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.24 |
| HSL | 296.08º | 0.66% | 0.46% | - |
| HSV(B) | 296.08º | 0.79% | 0.76% | - |
| XYZ | 29.91 | 15.44 | 51.85 | - |
| YUV | 100.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 193 | 0.05 | 0.79 | 0 | 0.24 | 296.08 | 0.66 | 0.46 |
| Hex | B7 | 28 | C1 | 5 | 4F | 0 | 18 | 128 | 42 | 2E |
| Octal | 267 | 50 | 301 | 5 | 117 | 0 | 30 | 450 | 102 | 56 |
| Binary | 10110111 | 101000 | 11000001 | 101 | 1001111 | 0 | 11000 | 100101000 | 1000010 | 101110 |
Color Harmonies of #B728C1
Complementary color
Monochromatic Colors of #B728C1
Black with #B728C1
Text Example
Text Example
White with #B728C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728C1; }
p { color: rgb(183,40,193); }
H1.HeaderClassName
{
color: #B728C1;
}
.AnyTagClassName
{
color: #B728C1;
}
</style>
background-color css
<style>
a { background-color: #B728C1; }
a { background-color: rgb(183,40,193); }
div.DivClassName
{
background-color: #B728C1;
}
.BgClassName
{
background-color: #B728C1;
}
</style>
border-color css
<style>
span { border-color: #B728C1; }
span { border-color: rgb(183,40,193); }
td.TdClassName
{
border-color: #B728C1;
}
.TagClassName
{
border-color: #B728C1;
}
</style>