Shades of Medium Orchid #B264CF
Tints of Medium Orchid #B264CF
RGB
CMYK
RGB Variations
Color information
#B264CF (or 0xB264CF) is known color: Medium Orchid. HEX triplet: B2, 64 and CF. RGB value is (178,100,207). Sum of RGB (Red+Green+Blue) = 178+100+207=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #B264CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264CF is #4D9B30. Grayscale: #878787. Windows color (decimal): -5086001 or 13591730. OLE color: 13591730.
HSL color Cylindrical-coordinate representation of color #B264CF: hue angle of 283.74º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B264CF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 100 | 207 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.19 |
| HSL | 283.74º | 0.53% | 0.6% | - |
| HSV(B) | 283.74º | 0.52% | 0.81% | - |
| XYZ | 34.18 | 23.08 | 61.69 | - |
| YUV | 135.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 207 | 0.14 | 0.52 | 0 | 0.19 | 283.74 | 0.53 | 0.6 |
| Hex | B2 | 64 | CF | E | 34 | 0 | 13 | 11C | 35 | 3C |
| Octal | 262 | 144 | 317 | 16 | 64 | 0 | 23 | 434 | 65 | 74 |
| Binary | 10110010 | 1100100 | 11001111 | 1110 | 110100 | 0 | 10011 | 100011100 | 110101 | 111100 |
Color Harmonies of #B264CF
Complementary color
Monochromatic Colors of #B264CF
Black with #B264CF
Text Example
Text Example
White with #B264CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264CF; }
p { color: rgb(178,100,207); }
H1.HeaderClassName
{
color: #B264CF;
}
.AnyTagClassName
{
color: #B264CF;
}
</style>
background-color css
<style>
a { background-color: #B264CF; }
a { background-color: rgb(178,100,207); }
div.DivClassName
{
background-color: #B264CF;
}
.BgClassName
{
background-color: #B264CF;
}
</style>
border-color css
<style>
span { border-color: #B264CF; }
span { border-color: rgb(178,100,207); }
td.TdClassName
{
border-color: #B264CF;
}
.TagClassName
{
border-color: #B264CF;
}
</style>