Shades of Medium Orchid #B268ED
Tints of Medium Orchid #B268ED
RGB
CMYK
RGB Variations
Color information
#B268ED (or 0xB268ED) is known color: Medium Orchid. HEX triplet: B2, 68 and ED. RGB value is (178,104,237). Sum of RGB (Red+Green+Blue) = 178+104+237=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #B268ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268ED is #4D9712. Grayscale: #8C8C8C. Windows color (decimal): -5084947 or 15558834. OLE color: 15558834.
HSL color Cylindrical-coordinate representation of color #B268ED: hue angle of 273.38º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B268ED is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 104 | 237 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.07 |
| HSL | 273.38º | 0.79% | 0.67% | - |
| HSV(B) | 273.38º | 0.56% | 0.93% | - |
| XYZ | 38.6 | 25.48 | 83 | - |
| YUV | 141.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 237 | 0.25 | 0.56 | 0 | 0.07 | 273.38 | 0.79 | 0.67 |
| Hex | B2 | 68 | ED | 19 | 38 | 0 | 7 | 111 | 4F | 43 |
| Octal | 262 | 150 | 355 | 31 | 70 | 0 | 7 | 421 | 117 | 103 |
| Binary | 10110010 | 1101000 | 11101101 | 11001 | 111000 | 0 | 111 | 100010001 | 1001111 | 1000011 |
Color Harmonies of #B268ED
Complementary color
Monochromatic Colors of #B268ED
Black with #B268ED
Text Example
Text Example
White with #B268ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268ED; }
p { color: rgb(178,104,237); }
H1.HeaderClassName
{
color: #B268ED;
}
.AnyTagClassName
{
color: #B268ED;
}
</style>
background-color css
<style>
a { background-color: #B268ED; }
a { background-color: rgb(178,104,237); }
div.DivClassName
{
background-color: #B268ED;
}
.BgClassName
{
background-color: #B268ED;
}
</style>
border-color css
<style>
span { border-color: #B268ED; }
span { border-color: rgb(178,104,237); }
td.TdClassName
{
border-color: #B268ED;
}
.TagClassName
{
border-color: #B268ED;
}
</style>