Shades of Medium Orchid #B567CA
Tints of Medium Orchid #B567CA
RGB
CMYK
RGB Variations
Color information
#B567CA (or 0xB567CA) is known color: Medium Orchid. HEX triplet: B5, 67 and CA. RGB value is (181,103,202). Sum of RGB (Red+Green+Blue) = 181+103+202=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #B567CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567CA is #4A9835. Grayscale: #898989. Windows color (decimal): -4888630 or 13264821. OLE color: 13264821.
HSL color Cylindrical-coordinate representation of color #B567CA: hue angle of 287.27º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B567CA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 103 | 202 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.21 |
| HSL | 287.27º | 0.48% | 0.6% | - |
| HSV(B) | 287.27º | 0.49% | 0.79% | - |
| XYZ | 34.57 | 23.79 | 58.65 | - |
| YUV | 137.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 202 | 0.10 | 0.49 | 0 | 0.21 | 287.27 | 0.48 | 0.6 |
| Hex | B5 | 67 | CA | A | 31 | 0 | 15 | 11F | 30 | 3C |
| Octal | 265 | 147 | 312 | 12 | 61 | 0 | 25 | 437 | 60 | 74 |
| Binary | 10110101 | 1100111 | 11001010 | 1010 | 110001 | 0 | 10101 | 100011111 | 110000 | 111100 |
Color Harmonies of #B567CA
Complementary color
Monochromatic Colors of #B567CA
Black with #B567CA
Text Example
Text Example
White with #B567CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567CA; }
p { color: rgb(181,103,202); }
H1.HeaderClassName
{
color: #B567CA;
}
.AnyTagClassName
{
color: #B567CA;
}
</style>
background-color css
<style>
a { background-color: #B567CA; }
a { background-color: rgb(181,103,202); }
div.DivClassName
{
background-color: #B567CA;
}
.BgClassName
{
background-color: #B567CA;
}
</style>
border-color css
<style>
span { border-color: #B567CA; }
span { border-color: rgb(181,103,202); }
td.TdClassName
{
border-color: #B567CA;
}
.TagClassName
{
border-color: #B567CA;
}
</style>