Shades of Medium Orchid #B068EA
Tints of Medium Orchid #B068EA
RGB
CMYK
RGB Variations
Color information
#B068EA (or 0xB068EA) is known color: Medium Orchid. HEX triplet: B0, 68 and EA. RGB value is (176,104,234). Sum of RGB (Red+Green+Blue) = 176+104+234=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #B068EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068EA is #4F9715. Grayscale: #8B8B8B. Windows color (decimal): -5216022 or 15362224. OLE color: 15362224.
HSL color Cylindrical-coordinate representation of color #B068EA: hue angle of 273.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B068EA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 104 | 234 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.08 |
| HSL | 273.23º | 0.76% | 0.66% | - |
| HSV(B) | 273.23º | 0.56% | 0.92% | - |
| XYZ | 37.71 | 25.07 | 80.69 | - |
| YUV | 140.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 234 | 0.25 | 0.56 | 0 | 0.08 | 273.23 | 0.76 | 0.66 |
| Hex | B0 | 68 | EA | 19 | 38 | 0 | 8 | 111 | 4C | 42 |
| Octal | 260 | 150 | 352 | 31 | 70 | 0 | 10 | 421 | 114 | 102 |
| Binary | 10110000 | 1101000 | 11101010 | 11001 | 111000 | 0 | 1000 | 100010001 | 1001100 | 1000010 |
Color Harmonies of #B068EA
Complementary color
Monochromatic Colors of #B068EA
Black with #B068EA
Text Example
Text Example
White with #B068EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068EA; }
p { color: rgb(176,104,234); }
H1.HeaderClassName
{
color: #B068EA;
}
.AnyTagClassName
{
color: #B068EA;
}
</style>
background-color css
<style>
a { background-color: #B068EA; }
a { background-color: rgb(176,104,234); }
div.DivClassName
{
background-color: #B068EA;
}
.BgClassName
{
background-color: #B068EA;
}
</style>
border-color css
<style>
span { border-color: #B068EA; }
span { border-color: rgb(176,104,234); }
td.TdClassName
{
border-color: #B068EA;
}
.TagClassName
{
border-color: #B068EA;
}
</style>