Shades of Medium Orchid #B262CA
Tints of Medium Orchid #B262CA
RGB
CMYK
RGB Variations
Color information
#B262CA (or 0xB262CA) is known color: Medium Orchid. HEX triplet: B2, 62 and CA. RGB value is (178,98,202). Sum of RGB (Red+Green+Blue) = 178+98+202=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #B262CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262CA is #4D9D35. Grayscale: #858585. Windows color (decimal): -5086518 or 13263538. OLE color: 13263538.
HSL color Cylindrical-coordinate representation of color #B262CA: hue angle of 286.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B262CA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 98 | 202 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.21 |
| HSL | 286.15º | 0.5% | 0.59% | - |
| HSV(B) | 286.15º | 0.51% | 0.79% | - |
| XYZ | 33.39 | 22.46 | 58.45 | - |
| YUV | 133.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 202 | 0.12 | 0.51 | 0 | 0.21 | 286.15 | 0.5 | 0.59 |
| Hex | B2 | 62 | CA | C | 33 | 0 | 15 | 11E | 32 | 3B |
| Octal | 262 | 142 | 312 | 14 | 63 | 0 | 25 | 436 | 62 | 73 |
| Binary | 10110010 | 1100010 | 11001010 | 1100 | 110011 | 0 | 10101 | 100011110 | 110010 | 111011 |
Color Harmonies of #B262CA
Complementary color
Monochromatic Colors of #B262CA
Black with #B262CA
Text Example
Text Example
White with #B262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262CA; }
p { color: rgb(178,98,202); }
H1.HeaderClassName
{
color: #B262CA;
}
.AnyTagClassName
{
color: #B262CA;
}
</style>
background-color css
<style>
a { background-color: #B262CA; }
a { background-color: rgb(178,98,202); }
div.DivClassName
{
background-color: #B262CA;
}
.BgClassName
{
background-color: #B262CA;
}
</style>
border-color css
<style>
span { border-color: #B262CA; }
span { border-color: rgb(178,98,202); }
td.TdClassName
{
border-color: #B262CA;
}
.TagClassName
{
border-color: #B262CA;
}
</style>