Shades of Medium Orchid #B262D2
Tints of Medium Orchid #B262D2
RGB
CMYK
RGB Variations
Color information
#B262D2 (or 0xB262D2) is known color: Medium Orchid. HEX triplet: B2, 62 and D2. RGB value is (178,98,210). Sum of RGB (Red+Green+Blue) = 178+98+210=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #B262D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262D2 is #4D9D2D. Grayscale: #868686. Windows color (decimal): -5086510 or 13787826. OLE color: 13787826.
HSL color Cylindrical-coordinate representation of color #B262D2: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B262D2 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 98 | 210 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.18 |
| HSL | 282.86º | 0.55% | 0.6% | - |
| HSV(B) | 282.86º | 0.53% | 0.82% | - |
| XYZ | 34.36 | 22.85 | 63.57 | - |
| YUV | 134.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 210 | 0.15 | 0.53 | 0 | 0.18 | 282.86 | 0.55 | 0.6 |
| Hex | B2 | 62 | D2 | F | 35 | 0 | 12 | 11B | 37 | 3C |
| Octal | 262 | 142 | 322 | 17 | 65 | 0 | 22 | 433 | 67 | 74 |
| Binary | 10110010 | 1100010 | 11010010 | 1111 | 110101 | 0 | 10010 | 100011011 | 110111 | 111100 |
Color Harmonies of #B262D2
Complementary color
Monochromatic Colors of #B262D2
Black with #B262D2
Text Example
Text Example
White with #B262D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262D2; }
p { color: rgb(178,98,210); }
H1.HeaderClassName
{
color: #B262D2;
}
.AnyTagClassName
{
color: #B262D2;
}
</style>
background-color css
<style>
a { background-color: #B262D2; }
a { background-color: rgb(178,98,210); }
div.DivClassName
{
background-color: #B262D2;
}
.BgClassName
{
background-color: #B262D2;
}
</style>
border-color css
<style>
span { border-color: #B262D2; }
span { border-color: rgb(178,98,210); }
td.TdClassName
{
border-color: #B262D2;
}
.TagClassName
{
border-color: #B262D2;
}
</style>