Shades of Medium Orchid #B650CB
Tints of Medium Orchid #B650CB
RGB
CMYK
RGB Variations
Color information
#B650CB (or 0xB650CB) is known color: Medium Orchid. HEX triplet: B6, 50 and CB. RGB value is (182,80,203). Sum of RGB (Red+Green+Blue) = 182+80+203=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B650CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650CB is #49AF34. Grayscale: #7C7C7C. Windows color (decimal): -4828981 or 13324470. OLE color: 13324470.
HSL color Cylindrical-coordinate representation of color #B650CB: hue angle of 289.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B650CB is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 80 | 203 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.20 |
| HSL | 289.76º | 0.54% | 0.55% | - |
| HSV(B) | 289.76º | 0.61% | 0.8% | - |
| XYZ | 32.94 | 19.99 | 58.62 | - |
| YUV | 124.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 203 | 0.10 | 0.61 | 0 | 0.20 | 289.76 | 0.54 | 0.55 |
| Hex | B6 | 50 | CB | A | 3D | 0 | 14 | 122 | 36 | 37 |
| Octal | 266 | 120 | 313 | 12 | 75 | 0 | 24 | 442 | 66 | 67 |
| Binary | 10110110 | 1010000 | 11001011 | 1010 | 111101 | 0 | 10100 | 100100010 | 110110 | 110111 |
Color Harmonies of #B650CB
Complementary color
Monochromatic Colors of #B650CB
Black with #B650CB
Text Example
Text Example
White with #B650CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650CB; }
p { color: rgb(182,80,203); }
H1.HeaderClassName
{
color: #B650CB;
}
.AnyTagClassName
{
color: #B650CB;
}
</style>
background-color css
<style>
a { background-color: #B650CB; }
a { background-color: rgb(182,80,203); }
div.DivClassName
{
background-color: #B650CB;
}
.BgClassName
{
background-color: #B650CB;
}
</style>
border-color css
<style>
span { border-color: #B650CB; }
span { border-color: rgb(182,80,203); }
td.TdClassName
{
border-color: #B650CB;
}
.TagClassName
{
border-color: #B650CB;
}
</style>