Shades of Medium Orchid #B569CC
Tints of Medium Orchid #B569CC
RGB
CMYK
RGB Variations
Color information
#B569CC (or 0xB569CC) is known color: Medium Orchid. HEX triplet: B5, 69 and CC. RGB value is (181,105,204). Sum of RGB (Red+Green+Blue) = 181+105+204=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B569CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569CC is #4A9633. Grayscale: #8A8A8A. Windows color (decimal): -4888116 or 13396405. OLE color: 13396405.
HSL color Cylindrical-coordinate representation of color #B569CC: hue angle of 286.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B569CC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 105 | 204 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.2 |
| HSL | 286.06º | 0.49% | 0.61% | - |
| HSV(B) | 286.06º | 0.49% | 0.8% | - |
| XYZ | 35.01 | 24.29 | 59.97 | - |
| YUV | 139.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 204 | 0.11 | 0.49 | 0 | 0.2 | 286.06 | 0.49 | 0.61 |
| Hex | B5 | 69 | CC | B | 31 | 0 | 14 | 11E | 31 | 3D |
| Octal | 265 | 151 | 314 | 13 | 61 | 0 | 24 | 436 | 61 | 75 |
| Binary | 10110101 | 1101001 | 11001100 | 1011 | 110001 | 0 | 10100 | 100011110 | 110001 | 111101 |
Color Harmonies of #B569CC
Complementary color
Monochromatic Colors of #B569CC
Black with #B569CC
Text Example
Text Example
White with #B569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569CC; }
p { color: rgb(181,105,204); }
H1.HeaderClassName
{
color: #B569CC;
}
.AnyTagClassName
{
color: #B569CC;
}
</style>
background-color css
<style>
a { background-color: #B569CC; }
a { background-color: rgb(181,105,204); }
div.DivClassName
{
background-color: #B569CC;
}
.BgClassName
{
background-color: #B569CC;
}
</style>
border-color css
<style>
span { border-color: #B569CC; }
span { border-color: rgb(181,105,204); }
td.TdClassName
{
border-color: #B569CC;
}
.TagClassName
{
border-color: #B569CC;
}
</style>