Shades of Medium Orchid #B552CA
Tints of Medium Orchid #B552CA
RGB
CMYK
RGB Variations
Color information
#B552CA (or 0xB552CA) is known color: Medium Orchid. HEX triplet: B5, 52 and CA. RGB value is (181,82,202). Sum of RGB (Red+Green+Blue) = 181+82+202=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #B552CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552CA is #4AAD35. Grayscale: #7C7C7C. Windows color (decimal): -4894006 or 13259445. OLE color: 13259445.
HSL color Cylindrical-coordinate representation of color #B552CA: hue angle of 289.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B552CA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 82 | 202 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.21 |
| HSL | 289.5º | 0.53% | 0.56% | - |
| HSV(B) | 289.5º | 0.59% | 0.79% | - |
| XYZ | 32.73 | 20.12 | 58.04 | - |
| YUV | 125.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 202 | 0.10 | 0.59 | 0 | 0.21 | 289.5 | 0.53 | 0.56 |
| Hex | B5 | 52 | CA | A | 3B | 0 | 15 | 122 | 35 | 38 |
| Octal | 265 | 122 | 312 | 12 | 73 | 0 | 25 | 442 | 65 | 70 |
| Binary | 10110101 | 1010010 | 11001010 | 1010 | 111011 | 0 | 10101 | 100100010 | 110101 | 111000 |
Color Harmonies of #B552CA
Complementary color
Monochromatic Colors of #B552CA
Black with #B552CA
Text Example
Text Example
White with #B552CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552CA; }
p { color: rgb(181,82,202); }
H1.HeaderClassName
{
color: #B552CA;
}
.AnyTagClassName
{
color: #B552CA;
}
</style>
background-color css
<style>
a { background-color: #B552CA; }
a { background-color: rgb(181,82,202); }
div.DivClassName
{
background-color: #B552CA;
}
.BgClassName
{
background-color: #B552CA;
}
</style>
border-color css
<style>
span { border-color: #B552CA; }
span { border-color: rgb(181,82,202); }
td.TdClassName
{
border-color: #B552CA;
}
.TagClassName
{
border-color: #B552CA;
}
</style>