Shades of Medium Orchid #B267ED
Tints of Medium Orchid #B267ED
RGB
CMYK
RGB Variations
Color information
#B267ED (or 0xB267ED) is known color: Medium Orchid. HEX triplet: B2, 67 and ED. RGB value is (178,103,237). Sum of RGB (Red+Green+Blue) = 178+103+237=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B267ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B267ED is #4D9812. Grayscale: #8C8C8C. Windows color (decimal): -5085203 or 15558578. OLE color: 15558578.
HSL color Cylindrical-coordinate representation of color #B267ED: hue angle of 273.58º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B267ED is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 103 | 237 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.07 |
| HSL | 273.58º | 0.79% | 0.67% | - |
| HSV(B) | 273.58º | 0.57% | 0.93% | - |
| XYZ | 38.5 | 25.28 | 82.97 | - |
| YUV | 140.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 237 | 0.25 | 0.57 | 0 | 0.07 | 273.58 | 0.79 | 0.67 |
| Hex | B2 | 67 | ED | 19 | 39 | 0 | 7 | 112 | 4F | 43 |
| Octal | 262 | 147 | 355 | 31 | 71 | 0 | 7 | 422 | 117 | 103 |
| Binary | 10110010 | 1100111 | 11101101 | 11001 | 111001 | 0 | 111 | 100010010 | 1001111 | 1000011 |
Color Harmonies of #B267ED
Complementary color
Monochromatic Colors of #B267ED
Black with #B267ED
Text Example
Text Example
White with #B267ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B267ED; }
p { color: rgb(178,103,237); }
H1.HeaderClassName
{
color: #B267ED;
}
.AnyTagClassName
{
color: #B267ED;
}
</style>
background-color css
<style>
a { background-color: #B267ED; }
a { background-color: rgb(178,103,237); }
div.DivClassName
{
background-color: #B267ED;
}
.BgClassName
{
background-color: #B267ED;
}
</style>
border-color css
<style>
span { border-color: #B267ED; }
span { border-color: rgb(178,103,237); }
td.TdClassName
{
border-color: #B267ED;
}
.TagClassName
{
border-color: #B267ED;
}
</style>