Shades of Medium Orchid #B665CB
Tints of Medium Orchid #B665CB
RGB
CMYK
RGB Variations
Color information
#B665CB (or 0xB665CB) is known color: Medium Orchid. HEX triplet: B6, 65 and CB. RGB value is (182,101,203). Sum of RGB (Red+Green+Blue) = 182+101+203=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B665CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CB is #499A34. Grayscale: #888888. Windows color (decimal): -4823605 or 13329846. OLE color: 13329846.
HSL color Cylindrical-coordinate representation of color #B665CB: hue angle of 287.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B665CB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 101 | 203 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.20 |
| HSL | 287.65º | 0.5% | 0.6% | - |
| HSV(B) | 287.65º | 0.5% | 0.8% | - |
| XYZ | 34.72 | 23.56 | 59.22 | - |
| YUV | 136.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 203 | 0.10 | 0.50 | 0 | 0.20 | 287.65 | 0.5 | 0.6 |
| Hex | B6 | 65 | CB | A | 32 | 0 | 14 | 120 | 32 | 3C |
| Octal | 266 | 145 | 313 | 12 | 62 | 0 | 24 | 440 | 62 | 74 |
| Binary | 10110110 | 1100101 | 11001011 | 1010 | 110010 | 0 | 10100 | 100100000 | 110010 | 111100 |
Color Harmonies of #B665CB
Complementary color
Monochromatic Colors of #B665CB
Black with #B665CB
Text Example
Text Example
White with #B665CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665CB; }
p { color: rgb(182,101,203); }
H1.HeaderClassName
{
color: #B665CB;
}
.AnyTagClassName
{
color: #B665CB;
}
</style>
background-color css
<style>
a { background-color: #B665CB; }
a { background-color: rgb(182,101,203); }
div.DivClassName
{
background-color: #B665CB;
}
.BgClassName
{
background-color: #B665CB;
}
</style>
border-color css
<style>
span { border-color: #B665CB; }
span { border-color: rgb(182,101,203); }
td.TdClassName
{
border-color: #B665CB;
}
.TagClassName
{
border-color: #B665CB;
}
</style>