Shades of Medium Orchid #B264CE
Tints of Medium Orchid #B264CE
RGB
CMYK
RGB Variations
Color information
#B264CE (or 0xB264CE) is known color: Medium Orchid. HEX triplet: B2, 64 and CE. RGB value is (178,100,206). Sum of RGB (Red+Green+Blue) = 178+100+206=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B264CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264CE is #4D9B31. Grayscale: #878787. Windows color (decimal): -5086002 or 13526194. OLE color: 13526194.
HSL color Cylindrical-coordinate representation of color #B264CE: hue angle of 284.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B264CE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 100 | 206 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 284.15º | 0.52% | 0.6% | - |
| HSV(B) | 284.15º | 0.51% | 0.81% | - |
| XYZ | 34.06 | 23.04 | 61.04 | - |
| YUV | 135.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 206 | 0.14 | 0.51 | 0 | 0.19 | 284.15 | 0.52 | 0.6 |
| Hex | B2 | 64 | CE | E | 33 | 0 | 13 | 11C | 34 | 3C |
| Octal | 262 | 144 | 316 | 16 | 63 | 0 | 23 | 434 | 64 | 74 |
| Binary | 10110010 | 1100100 | 11001110 | 1110 | 110011 | 0 | 10011 | 100011100 | 110100 | 111100 |
Color Harmonies of #B264CE
Complementary color
Monochromatic Colors of #B264CE
Black with #B264CE
Text Example
Text Example
White with #B264CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264CE; }
p { color: rgb(178,100,206); }
H1.HeaderClassName
{
color: #B264CE;
}
.AnyTagClassName
{
color: #B264CE;
}
</style>
background-color css
<style>
a { background-color: #B264CE; }
a { background-color: rgb(178,100,206); }
div.DivClassName
{
background-color: #B264CE;
}
.BgClassName
{
background-color: #B264CE;
}
</style>
border-color css
<style>
span { border-color: #B264CE; }
span { border-color: rgb(178,100,206); }
td.TdClassName
{
border-color: #B264CE;
}
.TagClassName
{
border-color: #B264CE;
}
</style>