Shades of Medium Orchid #B65FE0
Tints of Medium Orchid #B65FE0
RGB
CMYK
RGB Variations
Color information
#B65FE0 (or 0xB65FE0) is known color: Medium Orchid. HEX triplet: B6, 5F and E0. RGB value is (182,95,224). Sum of RGB (Red+Green+Blue) = 182+95+224=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #B65FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FE0 is #49A01F. Grayscale: #878787. Windows color (decimal): -4825120 or 14704566. OLE color: 14704566.
HSL color Cylindrical-coordinate representation of color #B65FE0: hue angle of 280.47º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65FE0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 95 | 224 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.12 |
| HSL | 280.47º | 0.68% | 0.63% | - |
| HSV(B) | 280.47º | 0.58% | 0.88% | - |
| XYZ | 36.84 | 23.51 | 73.12 | - |
| YUV | 135.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 224 | 0.19 | 0.58 | 0 | 0.12 | 280.47 | 0.68 | 0.63 |
| Hex | B6 | 5F | E0 | 13 | 3A | 0 | C | 118 | 44 | 3F |
| Octal | 266 | 137 | 340 | 23 | 72 | 0 | 14 | 430 | 104 | 77 |
| Binary | 10110110 | 1011111 | 11100000 | 10011 | 111010 | 0 | 1100 | 100011000 | 1000100 | 111111 |
Color Harmonies of #B65FE0
Complementary color
Monochromatic Colors of #B65FE0
Black with #B65FE0
Text Example
Text Example
White with #B65FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65FE0; }
p { color: rgb(182,95,224); }
H1.HeaderClassName
{
color: #B65FE0;
}
.AnyTagClassName
{
color: #B65FE0;
}
</style>
background-color css
<style>
a { background-color: #B65FE0; }
a { background-color: rgb(182,95,224); }
div.DivClassName
{
background-color: #B65FE0;
}
.BgClassName
{
background-color: #B65FE0;
}
</style>
border-color css
<style>
span { border-color: #B65FE0; }
span { border-color: rgb(182,95,224); }
td.TdClassName
{
border-color: #B65FE0;
}
.TagClassName
{
border-color: #B65FE0;
}
</style>