Shades of Medium Orchid #B265CE
Tints of Medium Orchid #B265CE
RGB
CMYK
RGB Variations
Color information
#B265CE (or 0xB265CE) is known color: Medium Orchid. HEX triplet: B2, 65 and CE. RGB value is (178,101,206). Sum of RGB (Red+Green+Blue) = 178+101+206=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B265CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265CE is #4D9A31. Grayscale: #878787. Windows color (decimal): -5085746 or 13526450. OLE color: 13526450.
HSL color Cylindrical-coordinate representation of color #B265CE: hue angle of 284º 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 #B265CE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 101 | 206 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.19 |
| HSL | 284º | 0.52% | 0.6% | - |
| HSV(B) | 284º | 0.51% | 0.81% | - |
| XYZ | 34.15 | 23.23 | 61.08 | - |
| YUV | 135.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 206 | 0.14 | 0.51 | 0 | 0.19 | 284 | 0.52 | 0.6 |
| Hex | B2 | 65 | CE | E | 33 | 0 | 13 | 11C | 34 | 3C |
| Octal | 262 | 145 | 316 | 16 | 63 | 0 | 23 | 434 | 64 | 74 |
| Binary | 10110010 | 1100101 | 11001110 | 1110 | 110011 | 0 | 10011 | 100011100 | 110100 | 111100 |
Color Harmonies of #B265CE
Complementary color
Monochromatic Colors of #B265CE
Black with #B265CE
Text Example
Text Example
White with #B265CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265CE; }
p { color: rgb(178,101,206); }
H1.HeaderClassName
{
color: #B265CE;
}
.AnyTagClassName
{
color: #B265CE;
}
</style>
background-color css
<style>
a { background-color: #B265CE; }
a { background-color: rgb(178,101,206); }
div.DivClassName
{
background-color: #B265CE;
}
.BgClassName
{
background-color: #B265CE;
}
</style>
border-color css
<style>
span { border-color: #B265CE; }
span { border-color: rgb(178,101,206); }
td.TdClassName
{
border-color: #B265CE;
}
.TagClassName
{
border-color: #B265CE;
}
</style>