Shades of Medium Orchid #B752CB
Tints of Medium Orchid #B752CB
RGB
CMYK
RGB Variations
Color information
#B752CB (or 0xB752CB) is known color: Medium Orchid. HEX triplet: B7, 52 and CB. RGB value is (183,82,203). Sum of RGB (Red+Green+Blue) = 183+82+203=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #B752CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752CB is #48AD34. Grayscale: #7D7D7D. Windows color (decimal): -4762933 or 13324983. OLE color: 13324983.
HSL color Cylindrical-coordinate representation of color #B752CB: hue angle of 290.08º 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 #B752CB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 82 | 203 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.20 |
| HSL | 290.08º | 0.54% | 0.56% | - |
| HSV(B) | 290.08º | 0.6% | 0.8% | - |
| XYZ | 33.33 | 20.41 | 58.68 | - |
| YUV | 125.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 203 | 0.10 | 0.60 | 0 | 0.20 | 290.08 | 0.54 | 0.56 |
| Hex | B7 | 52 | CB | A | 3C | 0 | 14 | 122 | 36 | 38 |
| Octal | 267 | 122 | 313 | 12 | 74 | 0 | 24 | 442 | 66 | 70 |
| Binary | 10110111 | 1010010 | 11001011 | 1010 | 111100 | 0 | 10100 | 100100010 | 110110 | 111000 |
Color Harmonies of #B752CB
Complementary color
Monochromatic Colors of #B752CB
Black with #B752CB
Text Example
Text Example
White with #B752CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752CB; }
p { color: rgb(183,82,203); }
H1.HeaderClassName
{
color: #B752CB;
}
.AnyTagClassName
{
color: #B752CB;
}
</style>
background-color css
<style>
a { background-color: #B752CB; }
a { background-color: rgb(183,82,203); }
div.DivClassName
{
background-color: #B752CB;
}
.BgClassName
{
background-color: #B752CB;
}
</style>
border-color css
<style>
span { border-color: #B752CB; }
span { border-color: rgb(183,82,203); }
td.TdClassName
{
border-color: #B752CB;
}
.TagClassName
{
border-color: #B752CB;
}
</style>