Shades of Medium Orchid #B65CE5
Tints of Medium Orchid #B65CE5
RGB
CMYK
RGB Variations
Color information
#B65CE5 (or 0xB65CE5) is known color: Medium Orchid. HEX triplet: B6, 5C and E5. RGB value is (182,92,229). Sum of RGB (Red+Green+Blue) = 182+92+229=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #B65CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CE5 is #49A31A. Grayscale: #868686. Windows color (decimal): -4825883 or 15031478. OLE color: 15031478.
HSL color Cylindrical-coordinate representation of color #B65CE5: hue angle of 279.42º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65CE5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 92 | 229 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.10 |
| HSL | 279.42º | 0.72% | 0.63% | - |
| HSV(B) | 279.42º | 0.6% | 0.9% | - |
| XYZ | 37.26 | 23.26 | 76.65 | - |
| YUV | 134.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 229 | 0.21 | 0.60 | 0 | 0.10 | 279.42 | 0.72 | 0.63 |
| Hex | B6 | 5C | E5 | 15 | 3C | 0 | A | 117 | 48 | 3F |
| Octal | 266 | 134 | 345 | 25 | 74 | 0 | 12 | 427 | 110 | 77 |
| Binary | 10110110 | 1011100 | 11100101 | 10101 | 111100 | 0 | 1010 | 100010111 | 1001000 | 111111 |
Color Harmonies of #B65CE5
Complementary color
Monochromatic Colors of #B65CE5
Black with #B65CE5
Text Example
Text Example
White with #B65CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CE5; }
p { color: rgb(182,92,229); }
H1.HeaderClassName
{
color: #B65CE5;
}
.AnyTagClassName
{
color: #B65CE5;
}
</style>
background-color css
<style>
a { background-color: #B65CE5; }
a { background-color: rgb(182,92,229); }
div.DivClassName
{
background-color: #B65CE5;
}
.BgClassName
{
background-color: #B65CE5;
}
</style>
border-color css
<style>
span { border-color: #B65CE5; }
span { border-color: rgb(182,92,229); }
td.TdClassName
{
border-color: #B65CE5;
}
.TagClassName
{
border-color: #B65CE5;
}
</style>