Shades of Medium Orchid #B069CF
Tints of Medium Orchid #B069CF
RGB
CMYK
RGB Variations
Color information
#B069CF (or 0xB069CF) is known color: Medium Orchid. HEX triplet: B0, 69 and CF. RGB value is (176,105,207). Sum of RGB (Red+Green+Blue) = 176+105+207=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B069CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069CF is #4F9630. Grayscale: #898989. Windows color (decimal): -5215793 or 13593008. OLE color: 13593008.
HSL color Cylindrical-coordinate representation of color #B069CF: hue angle of 281.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B069CF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 105 | 207 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.19 |
| HSL | 281.76º | 0.52% | 0.61% | - |
| HSV(B) | 281.76º | 0.49% | 0.81% | - |
| XYZ | 34.22 | 23.84 | 61.83 | - |
| YUV | 137.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 207 | 0.15 | 0.49 | 0 | 0.19 | 281.76 | 0.52 | 0.61 |
| Hex | B0 | 69 | CF | F | 31 | 0 | 13 | 11A | 34 | 3D |
| Octal | 260 | 151 | 317 | 17 | 61 | 0 | 23 | 432 | 64 | 75 |
| Binary | 10110000 | 1101001 | 11001111 | 1111 | 110001 | 0 | 10011 | 100011010 | 110100 | 111101 |
Color Harmonies of #B069CF
Complementary color
Monochromatic Colors of #B069CF
Black with #B069CF
Text Example
Text Example
White with #B069CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069CF; }
p { color: rgb(176,105,207); }
H1.HeaderClassName
{
color: #B069CF;
}
.AnyTagClassName
{
color: #B069CF;
}
</style>
background-color css
<style>
a { background-color: #B069CF; }
a { background-color: rgb(176,105,207); }
div.DivClassName
{
background-color: #B069CF;
}
.BgClassName
{
background-color: #B069CF;
}
</style>
border-color css
<style>
span { border-color: #B069CF; }
span { border-color: rgb(176,105,207); }
td.TdClassName
{
border-color: #B069CF;
}
.TagClassName
{
border-color: #B069CF;
}
</style>