Shades of Medium Orchid #B065E0
Tints of Medium Orchid #B065E0
RGB
CMYK
RGB Variations
Color information
#B065E0 (or 0xB065E0) is known color: Medium Orchid. HEX triplet: B0, 65 and E0. RGB value is (176,101,224). Sum of RGB (Red+Green+Blue) = 176+101+224=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 101 (39.84% from 255 or 20.16% 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 #B065E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065E0 is #4F9A1F. Grayscale: #898989. Windows color (decimal): -5216800 or 14706096. OLE color: 14706096.
HSL color Cylindrical-coordinate representation of color #B065E0: hue angle of 276.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B065E0 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 101 | 224 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.12 |
| HSL | 276.59º | 0.66% | 0.64% | - |
| HSV(B) | 276.59º | 0.55% | 0.88% | - |
| XYZ | 36.01 | 23.92 | 73.24 | - |
| YUV | 137.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 224 | 0.21 | 0.55 | 0 | 0.12 | 276.59 | 0.66 | 0.64 |
| Hex | B0 | 65 | E0 | 15 | 37 | 0 | C | 115 | 42 | 40 |
| Octal | 260 | 145 | 340 | 25 | 67 | 0 | 14 | 425 | 102 | 100 |
| Binary | 10110000 | 1100101 | 11100000 | 10101 | 110111 | 0 | 1100 | 100010101 | 1000010 | 1000000 |
Color Harmonies of #B065E0
Complementary color
Monochromatic Colors of #B065E0
Black with #B065E0
Text Example
Text Example
White with #B065E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065E0; }
p { color: rgb(176,101,224); }
H1.HeaderClassName
{
color: #B065E0;
}
.AnyTagClassName
{
color: #B065E0;
}
</style>
background-color css
<style>
a { background-color: #B065E0; }
a { background-color: rgb(176,101,224); }
div.DivClassName
{
background-color: #B065E0;
}
.BgClassName
{
background-color: #B065E0;
}
</style>
border-color css
<style>
span { border-color: #B065E0; }
span { border-color: rgb(176,101,224); }
td.TdClassName
{
border-color: #B065E0;
}
.TagClassName
{
border-color: #B065E0;
}
</style>