Shades of Medium Orchid #B065CF
Tints of Medium Orchid #B065CF
RGB
CMYK
RGB Variations
Color information
#B065CF (or 0xB065CF) is known color: Medium Orchid. HEX triplet: B0, 65 and CF. RGB value is (176,101,207). Sum of RGB (Red+Green+Blue) = 176+101+207=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B065CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065CF is #4F9A30. Grayscale: #878787. Windows color (decimal): -5216817 or 13591984. OLE color: 13591984.
HSL color Cylindrical-coordinate representation of color #B065CF: hue angle of 282.45º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B065CF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 101 | 207 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.19 |
| HSL | 282.45º | 0.52% | 0.6% | - |
| HSV(B) | 282.45º | 0.51% | 0.81% | - |
| XYZ | 33.82 | 23.04 | 61.7 | - |
| YUV | 135.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 207 | 0.15 | 0.51 | 0 | 0.19 | 282.45 | 0.52 | 0.6 |
| Hex | B0 | 65 | CF | F | 33 | 0 | 13 | 11A | 34 | 3C |
| Octal | 260 | 145 | 317 | 17 | 63 | 0 | 23 | 432 | 64 | 74 |
| Binary | 10110000 | 1100101 | 11001111 | 1111 | 110011 | 0 | 10011 | 100011010 | 110100 | 111100 |
Color Harmonies of #B065CF
Complementary color
Monochromatic Colors of #B065CF
Black with #B065CF
Text Example
Text Example
White with #B065CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065CF; }
p { color: rgb(176,101,207); }
H1.HeaderClassName
{
color: #B065CF;
}
.AnyTagClassName
{
color: #B065CF;
}
</style>
background-color css
<style>
a { background-color: #B065CF; }
a { background-color: rgb(176,101,207); }
div.DivClassName
{
background-color: #B065CF;
}
.BgClassName
{
background-color: #B065CF;
}
</style>
border-color css
<style>
span { border-color: #B065CF; }
span { border-color: rgb(176,101,207); }
td.TdClassName
{
border-color: #B065CF;
}
.TagClassName
{
border-color: #B065CF;
}
</style>