Shades of Medium Orchid #B068E8
Tints of Medium Orchid #B068E8
RGB
CMYK
RGB Variations
Color information
#B068E8 (or 0xB068E8) is known color: Medium Orchid. HEX triplet: B0, 68 and E8. RGB value is (176,104,232). Sum of RGB (Red+Green+Blue) = 176+104+232=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #B068E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068E8 is #4F9717. Grayscale: #8B8B8B. Windows color (decimal): -5216024 or 15231152. OLE color: 15231152.
HSL color Cylindrical-coordinate representation of color #B068E8: hue angle of 273.75º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B068E8 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 104 | 232 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.09 |
| HSL | 273.75º | 0.74% | 0.66% | - |
| HSV(B) | 273.75º | 0.55% | 0.91% | - |
| XYZ | 37.42 | 24.96 | 79.19 | - |
| YUV | 140.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 232 | 0.24 | 0.55 | 0 | 0.09 | 273.75 | 0.74 | 0.66 |
| Hex | B0 | 68 | E8 | 18 | 37 | 0 | 9 | 112 | 4A | 42 |
| Octal | 260 | 150 | 350 | 30 | 67 | 0 | 11 | 422 | 112 | 102 |
| Binary | 10110000 | 1101000 | 11101000 | 11000 | 110111 | 0 | 1001 | 100010010 | 1001010 | 1000010 |
Color Harmonies of #B068E8
Complementary color
Monochromatic Colors of #B068E8
Black with #B068E8
Text Example
Text Example
White with #B068E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068E8; }
p { color: rgb(176,104,232); }
H1.HeaderClassName
{
color: #B068E8;
}
.AnyTagClassName
{
color: #B068E8;
}
</style>
background-color css
<style>
a { background-color: #B068E8; }
a { background-color: rgb(176,104,232); }
div.DivClassName
{
background-color: #B068E8;
}
.BgClassName
{
background-color: #B068E8;
}
</style>
border-color css
<style>
span { border-color: #B068E8; }
span { border-color: rgb(176,104,232); }
td.TdClassName
{
border-color: #B068E8;
}
.TagClassName
{
border-color: #B068E8;
}
</style>