Shades of Dark Orchid #B235F2
Tints of Dark Orchid #B235F2
RGB
CMYK
RGB Variations
Color information
#B235F2 (or 0xB235F2) is known color: Dark Orchid. HEX triplet: B2, 35 and F2. RGB value is (178,53,242). Sum of RGB (Red+Green+Blue) = 178+53+242=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #B235F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B235F2 is #4DCA0D. Grayscale: #6F6F6F. Windows color (decimal): -5097998 or 15873458. OLE color: 15873458.
HSL color Cylindrical-coordinate representation of color #B235F2: hue angle of 279.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B235F2 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 53 | 242 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.05 |
| HSL | 279.68º | 0.88% | 0.58% | - |
| HSV(B) | 279.68º | 0.78% | 0.95% | - |
| XYZ | 35.66 | 18.42 | 85.68 | - |
| YUV | 111.92 | 201.41 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 242 | 0.26 | 0.78 | 0 | 0.05 | 279.68 | 0.88 | 0.58 |
| Hex | B2 | 35 | F2 | 1A | 4E | 0 | 5 | 118 | 58 | 3A |
| Octal | 262 | 65 | 362 | 32 | 116 | 0 | 5 | 430 | 130 | 72 |
| Binary | 10110010 | 110101 | 11110010 | 11010 | 1001110 | 0 | 101 | 100011000 | 1011000 | 111010 |
Color Harmonies of #B235F2
Complementary color
Monochromatic Colors of #B235F2
Black with #B235F2
Text Example
Text Example
White with #B235F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B235F2; }
p { color: rgb(178,53,242); }
H1.HeaderClassName
{
color: #B235F2;
}
.AnyTagClassName
{
color: #B235F2;
}
</style>
background-color css
<style>
a { background-color: #B235F2; }
a { background-color: rgb(178,53,242); }
div.DivClassName
{
background-color: #B235F2;
}
.BgClassName
{
background-color: #B235F2;
}
</style>
border-color css
<style>
span { border-color: #B235F2; }
span { border-color: rgb(178,53,242); }
td.TdClassName
{
border-color: #B235F2;
}
.TagClassName
{
border-color: #B235F2;
}
</style>