Shades of Medium Orchid #B262C1
Tints of Medium Orchid #B262C1
RGB
CMYK
RGB Variations
Color information
#B262C1 (or 0xB262C1) is known color: Medium Orchid. HEX triplet: B2, 62 and C1. RGB value is (178,98,193). Sum of RGB (Red+Green+Blue) = 178+98+193=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #B262C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262C1 is #4D9D3E. Grayscale: #848484. Windows color (decimal): -5086527 or 12673714. OLE color: 12673714.
HSL color Cylindrical-coordinate representation of color #B262C1: hue angle of 290.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B262C1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 98 | 193 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.24 |
| HSL | 290.53º | 0.43% | 0.57% | - |
| HSV(B) | 290.53º | 0.49% | 0.76% | - |
| XYZ | 32.35 | 22.05 | 53 | - |
| YUV | 132.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 193 | 0.08 | 0.49 | 0 | 0.24 | 290.53 | 0.43 | 0.57 |
| Hex | B2 | 62 | C1 | 8 | 31 | 0 | 18 | 123 | 2B | 39 |
| Octal | 262 | 142 | 301 | 10 | 61 | 0 | 30 | 443 | 53 | 71 |
| Binary | 10110010 | 1100010 | 11000001 | 1000 | 110001 | 0 | 11000 | 100100011 | 101011 | 111001 |
Color Harmonies of #B262C1
Complementary color
Monochromatic Colors of #B262C1
Black with #B262C1
Text Example
Text Example
White with #B262C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262C1; }
p { color: rgb(178,98,193); }
H1.HeaderClassName
{
color: #B262C1;
}
.AnyTagClassName
{
color: #B262C1;
}
</style>
background-color css
<style>
a { background-color: #B262C1; }
a { background-color: rgb(178,98,193); }
div.DivClassName
{
background-color: #B262C1;
}
.BgClassName
{
background-color: #B262C1;
}
</style>
border-color css
<style>
span { border-color: #B262C1; }
span { border-color: rgb(178,98,193); }
td.TdClassName
{
border-color: #B262C1;
}
.TagClassName
{
border-color: #B262C1;
}
</style>