Shades of Medium Orchid #B267E7
Tints of Medium Orchid #B267E7
RGB
CMYK
RGB Variations
Color information
#B267E7 (or 0xB267E7) is known color: Medium Orchid. HEX triplet: B2, 67 and E7. RGB value is (178,103,231). Sum of RGB (Red+Green+Blue) = 178+103+231=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #B267E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B267E7 is #4D9818. Grayscale: #8B8B8B. Windows color (decimal): -5085209 or 15165362. OLE color: 15165362.
HSL color Cylindrical-coordinate representation of color #B267E7: hue angle of 275.16º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B267E7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 103 | 231 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.09 |
| HSL | 275.16º | 0.73% | 0.65% | - |
| HSV(B) | 275.16º | 0.55% | 0.91% | - |
| XYZ | 37.63 | 24.94 | 78.43 | - |
| YUV | 140.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 231 | 0.23 | 0.55 | 0 | 0.09 | 275.16 | 0.73 | 0.65 |
| Hex | B2 | 67 | E7 | 17 | 37 | 0 | 9 | 113 | 49 | 41 |
| Octal | 262 | 147 | 347 | 27 | 67 | 0 | 11 | 423 | 111 | 101 |
| Binary | 10110010 | 1100111 | 11100111 | 10111 | 110111 | 0 | 1001 | 100010011 | 1001001 | 1000001 |
Color Harmonies of #B267E7
Complementary color
Monochromatic Colors of #B267E7
Black with #B267E7
Text Example
Text Example
White with #B267E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B267E7; }
p { color: rgb(178,103,231); }
H1.HeaderClassName
{
color: #B267E7;
}
.AnyTagClassName
{
color: #B267E7;
}
</style>
background-color css
<style>
a { background-color: #B267E7; }
a { background-color: rgb(178,103,231); }
div.DivClassName
{
background-color: #B267E7;
}
.BgClassName
{
background-color: #B267E7;
}
</style>
border-color css
<style>
span { border-color: #B267E7; }
span { border-color: rgb(178,103,231); }
td.TdClassName
{
border-color: #B267E7;
}
.TagClassName
{
border-color: #B267E7;
}
</style>