Shades of Medium Orchid #B262CF
Tints of Medium Orchid #B262CF
RGB
CMYK
RGB Variations
Color information
#B262CF (or 0xB262CF) is known color: Medium Orchid. HEX triplet: B2, 62 and CF. RGB value is (178,98,207). Sum of RGB (Red+Green+Blue) = 178+98+207=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B262CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262CF is #4D9D30. Grayscale: #858585. Windows color (decimal): -5086513 or 13591218. OLE color: 13591218.
HSL color Cylindrical-coordinate representation of color #B262CF: hue angle of 284.04º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B262CF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 98 | 207 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.19 |
| HSL | 284.04º | 0.53% | 0.6% | - |
| HSV(B) | 284.04º | 0.53% | 0.81% | - |
| XYZ | 33.99 | 22.71 | 61.62 | - |
| YUV | 134.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 207 | 0.14 | 0.53 | 0 | 0.19 | 284.04 | 0.53 | 0.6 |
| Hex | B2 | 62 | CF | E | 35 | 0 | 13 | 11C | 35 | 3C |
| Octal | 262 | 142 | 317 | 16 | 65 | 0 | 23 | 434 | 65 | 74 |
| Binary | 10110010 | 1100010 | 11001111 | 1110 | 110101 | 0 | 10011 | 100011100 | 110101 | 111100 |
Color Harmonies of #B262CF
Complementary color
Monochromatic Colors of #B262CF
Black with #B262CF
Text Example
Text Example
White with #B262CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262CF; }
p { color: rgb(178,98,207); }
H1.HeaderClassName
{
color: #B262CF;
}
.AnyTagClassName
{
color: #B262CF;
}
</style>
background-color css
<style>
a { background-color: #B262CF; }
a { background-color: rgb(178,98,207); }
div.DivClassName
{
background-color: #B262CF;
}
.BgClassName
{
background-color: #B262CF;
}
</style>
border-color css
<style>
span { border-color: #B262CF; }
span { border-color: rgb(178,98,207); }
td.TdClassName
{
border-color: #B262CF;
}
.TagClassName
{
border-color: #B262CF;
}
</style>