Shades of Medium Orchid #B665CF
Tints of Medium Orchid #B665CF
RGB
CMYK
RGB Variations
Color information
#B665CF (or 0xB665CF) is known color: Medium Orchid. HEX triplet: B6, 65 and CF. RGB value is (182,101,207). Sum of RGB (Red+Green+Blue) = 182+101+207=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B665CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CF is #499A30. Grayscale: #888888. Windows color (decimal): -4823601 or 13591990. OLE color: 13591990.
HSL color Cylindrical-coordinate representation of color #B665CF: hue angle of 285.85º 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 #B665CF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 101 | 207 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.19 |
| HSL | 285.85º | 0.52% | 0.6% | - |
| HSV(B) | 285.85º | 0.51% | 0.81% | - |
| XYZ | 35.21 | 23.76 | 61.76 | - |
| YUV | 137.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 207 | 0.12 | 0.51 | 0 | 0.19 | 285.85 | 0.52 | 0.6 |
| Hex | B6 | 65 | CF | C | 33 | 0 | 13 | 11E | 34 | 3C |
| Octal | 266 | 145 | 317 | 14 | 63 | 0 | 23 | 436 | 64 | 74 |
| Binary | 10110110 | 1100101 | 11001111 | 1100 | 110011 | 0 | 10011 | 100011110 | 110100 | 111100 |
Color Harmonies of #B665CF
Complementary color
Monochromatic Colors of #B665CF
Black with #B665CF
Text Example
Text Example
White with #B665CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665CF; }
p { color: rgb(182,101,207); }
H1.HeaderClassName
{
color: #B665CF;
}
.AnyTagClassName
{
color: #B665CF;
}
</style>
background-color css
<style>
a { background-color: #B665CF; }
a { background-color: rgb(182,101,207); }
div.DivClassName
{
background-color: #B665CF;
}
.BgClassName
{
background-color: #B665CF;
}
</style>
border-color css
<style>
span { border-color: #B665CF; }
span { border-color: rgb(182,101,207); }
td.TdClassName
{
border-color: #B665CF;
}
.TagClassName
{
border-color: #B665CF;
}
</style>