Shades of Dark Orchid #B229BF
Tints of Dark Orchid #B229BF
RGB
CMYK
RGB Variations
Color information
#B229BF (or 0xB229BF) is known color: Dark Orchid. HEX triplet: B2, 29 and BF. RGB value is (178,41,191). Sum of RGB (Red+Green+Blue) = 178+41+191=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #B229BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229BF is #4DD640. Grayscale: #626262. Windows color (decimal): -5101121 or 12528050. OLE color: 12528050.
HSL color Cylindrical-coordinate representation of color #B229BF: hue angle of 294.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B229BF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 41 | 191 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.25 |
| HSL | 294.8º | 0.65% | 0.45% | - |
| HSV(B) | 294.8º | 0.79% | 0.75% | - |
| XYZ | 28.56 | 14.81 | 50.64 | - |
| YUV | 99.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 191 | 0.07 | 0.79 | 0 | 0.25 | 294.8 | 0.65 | 0.45 |
| Hex | B2 | 29 | BF | 7 | 4F | 0 | 19 | 127 | 41 | 2D |
| Octal | 262 | 51 | 277 | 7 | 117 | 0 | 31 | 447 | 101 | 55 |
| Binary | 10110010 | 101001 | 10111111 | 111 | 1001111 | 0 | 11001 | 100100111 | 1000001 | 101101 |
Color Harmonies of #B229BF
Complementary color
Monochromatic Colors of #B229BF
Black with #B229BF
Text Example
Text Example
White with #B229BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229BF; }
p { color: rgb(178,41,191); }
H1.HeaderClassName
{
color: #B229BF;
}
.AnyTagClassName
{
color: #B229BF;
}
</style>
background-color css
<style>
a { background-color: #B229BF; }
a { background-color: rgb(178,41,191); }
div.DivClassName
{
background-color: #B229BF;
}
.BgClassName
{
background-color: #B229BF;
}
</style>
border-color css
<style>
span { border-color: #B229BF; }
span { border-color: rgb(178,41,191); }
td.TdClassName
{
border-color: #B229BF;
}
.TagClassName
{
border-color: #B229BF;
}
</style>