Shades of Medium Orchid #B652CB
Tints of Medium Orchid #B652CB
RGB
CMYK
RGB Variations
Color information
#B652CB (or 0xB652CB) is known color: Medium Orchid. HEX triplet: B6, 52 and CB. RGB value is (182,82,203). Sum of RGB (Red+Green+Blue) = 182+82+203=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B652CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652CB is #49AD34. Grayscale: #7D7D7D. Windows color (decimal): -4828469 or 13324982. OLE color: 13324982.
HSL color Cylindrical-coordinate representation of color #B652CB: hue angle of 289.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B652CB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 82 | 203 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.20 |
| HSL | 289.59º | 0.54% | 0.56% | - |
| HSV(B) | 289.59º | 0.6% | 0.8% | - |
| XYZ | 33.09 | 20.29 | 58.67 | - |
| YUV | 125.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 203 | 0.10 | 0.60 | 0 | 0.20 | 289.59 | 0.54 | 0.56 |
| Hex | B6 | 52 | CB | A | 3C | 0 | 14 | 122 | 36 | 38 |
| Octal | 266 | 122 | 313 | 12 | 74 | 0 | 24 | 442 | 66 | 70 |
| Binary | 10110110 | 1010010 | 11001011 | 1010 | 111100 | 0 | 10100 | 100100010 | 110110 | 111000 |
Color Harmonies of #B652CB
Complementary color
Monochromatic Colors of #B652CB
Black with #B652CB
Text Example
Text Example
White with #B652CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652CB; }
p { color: rgb(182,82,203); }
H1.HeaderClassName
{
color: #B652CB;
}
.AnyTagClassName
{
color: #B652CB;
}
</style>
background-color css
<style>
a { background-color: #B652CB; }
a { background-color: rgb(182,82,203); }
div.DivClassName
{
background-color: #B652CB;
}
.BgClassName
{
background-color: #B652CB;
}
</style>
border-color css
<style>
span { border-color: #B652CB; }
span { border-color: rgb(182,82,203); }
td.TdClassName
{
border-color: #B652CB;
}
.TagClassName
{
border-color: #B652CB;
}
</style>