Shades of Medium Orchid #B264C4
Tints of Medium Orchid #B264C4
RGB
CMYK
RGB Variations
Color information
#B264C4 (or 0xB264C4) is known color: Medium Orchid. HEX triplet: B2, 64 and C4. RGB value is (178,100,196). Sum of RGB (Red+Green+Blue) = 178+100+196=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #B264C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264C4 is #4D9B3B. Grayscale: #858585. Windows color (decimal): -5086012 or 12870834. OLE color: 12870834.
HSL color Cylindrical-coordinate representation of color #B264C4: hue angle of 288.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B264C4 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 100 | 196 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.23 |
| HSL | 288.75º | 0.45% | 0.58% | - |
| HSV(B) | 288.75º | 0.49% | 0.77% | - |
| XYZ | 32.88 | 22.56 | 54.85 | - |
| YUV | 134.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 196 | 0.09 | 0.49 | 0 | 0.23 | 288.75 | 0.45 | 0.58 |
| Hex | B2 | 64 | C4 | 9 | 31 | 0 | 17 | 121 | 2D | 3A |
| Octal | 262 | 144 | 304 | 11 | 61 | 0 | 27 | 441 | 55 | 72 |
| Binary | 10110010 | 1100100 | 11000100 | 1001 | 110001 | 0 | 10111 | 100100001 | 101101 | 111010 |
Color Harmonies of #B264C4
Complementary color
Monochromatic Colors of #B264C4
Black with #B264C4
Text Example
Text Example
White with #B264C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264C4; }
p { color: rgb(178,100,196); }
H1.HeaderClassName
{
color: #B264C4;
}
.AnyTagClassName
{
color: #B264C4;
}
</style>
background-color css
<style>
a { background-color: #B264C4; }
a { background-color: rgb(178,100,196); }
div.DivClassName
{
background-color: #B264C4;
}
.BgClassName
{
background-color: #B264C4;
}
</style>
border-color css
<style>
span { border-color: #B264C4; }
span { border-color: rgb(178,100,196); }
td.TdClassName
{
border-color: #B264C4;
}
.TagClassName
{
border-color: #B264C4;
}
</style>