Shades of Medium Orchid #B262DD
Tints of Medium Orchid #B262DD
RGB
CMYK
RGB Variations
Color information
#B262DD (or 0xB262DD) is known color: Medium Orchid. HEX triplet: B2, 62 and DD. RGB value is (178,98,221). Sum of RGB (Red+Green+Blue) = 178+98+221=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #B262DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262DD is #4D9D22. Grayscale: #878787. Windows color (decimal): -5086499 or 14508722. OLE color: 14508722.
HSL color Cylindrical-coordinate representation of color #B262DD: hue angle of 279.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B262DD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 98 | 221 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.13 |
| HSL | 279.02º | 0.64% | 0.63% | - |
| HSV(B) | 279.02º | 0.56% | 0.87% | - |
| XYZ | 35.78 | 23.42 | 71.04 | - |
| YUV | 135.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 221 | 0.19 | 0.56 | 0 | 0.13 | 279.02 | 0.64 | 0.63 |
| Hex | B2 | 62 | DD | 13 | 38 | 0 | D | 117 | 40 | 3F |
| Octal | 262 | 142 | 335 | 23 | 70 | 0 | 15 | 427 | 100 | 77 |
| Binary | 10110010 | 1100010 | 11011101 | 10011 | 111000 | 0 | 1101 | 100010111 | 1000000 | 111111 |
Color Harmonies of #B262DD
Complementary color
Monochromatic Colors of #B262DD
Black with #B262DD
Text Example
Text Example
White with #B262DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262DD; }
p { color: rgb(178,98,221); }
H1.HeaderClassName
{
color: #B262DD;
}
.AnyTagClassName
{
color: #B262DD;
}
</style>
background-color css
<style>
a { background-color: #B262DD; }
a { background-color: rgb(178,98,221); }
div.DivClassName
{
background-color: #B262DD;
}
.BgClassName
{
background-color: #B262DD;
}
</style>
border-color css
<style>
span { border-color: #B262DD; }
span { border-color: rgb(178,98,221); }
td.TdClassName
{
border-color: #B262DD;
}
.TagClassName
{
border-color: #B262DD;
}
</style>