Shades of Medium Orchid #B264EE
Tints of Medium Orchid #B264EE
RGB
CMYK
RGB Variations
Color information
#B264EE (or 0xB264EE) is known color: Medium Orchid. HEX triplet: B2, 64 and EE. RGB value is (178,100,238). Sum of RGB (Red+Green+Blue) = 178+100+238=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #B264EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264EE is #4D9B11. Grayscale: #8A8A8A. Windows color (decimal): -5085970 or 15623346. OLE color: 15623346.
HSL color Cylindrical-coordinate representation of color #B264EE: hue angle of 273.91º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B264EE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 100 | 238 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.07 |
| HSL | 273.91º | 0.8% | 0.66% | - |
| HSV(B) | 273.91º | 0.58% | 0.93% | - |
| XYZ | 38.35 | 24.75 | 83.65 | - |
| YUV | 139.05 | 183.84 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 238 | 0.25 | 0.58 | 0 | 0.07 | 273.91 | 0.8 | 0.66 |
| Hex | B2 | 64 | EE | 19 | 3A | 0 | 7 | 112 | 50 | 42 |
| Octal | 262 | 144 | 356 | 31 | 72 | 0 | 7 | 422 | 120 | 102 |
| Binary | 10110010 | 1100100 | 11101110 | 11001 | 111010 | 0 | 111 | 100010010 | 1010000 | 1000010 |
Color Harmonies of #B264EE
Complementary color
Monochromatic Colors of #B264EE
Black with #B264EE
Text Example
Text Example
White with #B264EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264EE; }
p { color: rgb(178,100,238); }
H1.HeaderClassName
{
color: #B264EE;
}
.AnyTagClassName
{
color: #B264EE;
}
</style>
background-color css
<style>
a { background-color: #B264EE; }
a { background-color: rgb(178,100,238); }
div.DivClassName
{
background-color: #B264EE;
}
.BgClassName
{
background-color: #B264EE;
}
</style>
border-color css
<style>
span { border-color: #B264EE; }
span { border-color: rgb(178,100,238); }
td.TdClassName
{
border-color: #B264EE;
}
.TagClassName
{
border-color: #B264EE;
}
</style>