Shades of Medium Orchid #B569CB
Tints of Medium Orchid #B569CB
RGB
CMYK
RGB Variations
Color information
#B569CB (or 0xB569CB) is known color: Medium Orchid. HEX triplet: B5, 69 and CB. RGB value is (181,105,203). Sum of RGB (Red+Green+Blue) = 181+105+203=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B569CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CB is #4A9634. Grayscale: #8A8A8A. Windows color (decimal): -4888117 or 13330869. OLE color: 13330869.
HSL color Cylindrical-coordinate representation of color #B569CB: hue angle of 286.53º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B569CB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 105 | 203 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.20 |
| HSL | 286.53º | 0.49% | 0.6% | - |
| HSV(B) | 286.53º | 0.48% | 0.8% | - |
| XYZ | 34.89 | 24.24 | 59.34 | - |
| YUV | 138.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 203 | 0.11 | 0.48 | 0 | 0.20 | 286.53 | 0.49 | 0.6 |
| Hex | B5 | 69 | CB | B | 30 | 0 | 14 | 11F | 31 | 3C |
| Octal | 265 | 151 | 313 | 13 | 60 | 0 | 24 | 437 | 61 | 74 |
| Binary | 10110101 | 1101001 | 11001011 | 1011 | 110000 | 0 | 10100 | 100011111 | 110001 | 111100 |
Color Harmonies of #B569CB
Complementary color
Monochromatic Colors of #B569CB
Black with #B569CB
Text Example
Text Example
White with #B569CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569CB; }
p { color: rgb(181,105,203); }
H1.HeaderClassName
{
color: #B569CB;
}
.AnyTagClassName
{
color: #B569CB;
}
</style>
background-color css
<style>
a { background-color: #B569CB; }
a { background-color: rgb(181,105,203); }
div.DivClassName
{
background-color: #B569CB;
}
.BgClassName
{
background-color: #B569CB;
}
</style>
border-color css
<style>
span { border-color: #B569CB; }
span { border-color: rgb(181,105,203); }
td.TdClassName
{
border-color: #B569CB;
}
.TagClassName
{
border-color: #B569CB;
}
</style>