Shades of Medium Orchid #B769CC
Tints of Medium Orchid #B769CC
RGB
CMYK
RGB Variations
Color information
#B769CC (or 0xB769CC) is known color: Medium Orchid. HEX triplet: B7, 69 and CC. RGB value is (183,105,204). Sum of RGB (Red+Green+Blue) = 183+105+204=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #B769CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769CC is #489633. Grayscale: #8B8B8B. Windows color (decimal): -4757044 or 13396407. OLE color: 13396407.
HSL color Cylindrical-coordinate representation of color #B769CC: hue angle of 287.27º 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 #B769CC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 105 | 204 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.2 |
| HSL | 287.27º | 0.49% | 0.61% | - |
| HSV(B) | 287.27º | 0.49% | 0.8% | - |
| XYZ | 35.48 | 24.53 | 59.99 | - |
| YUV | 139.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 204 | 0.10 | 0.49 | 0 | 0.2 | 287.27 | 0.49 | 0.61 |
| Hex | B7 | 69 | CC | A | 31 | 0 | 14 | 11F | 31 | 3D |
| Octal | 267 | 151 | 314 | 12 | 61 | 0 | 24 | 437 | 61 | 75 |
| Binary | 10110111 | 1101001 | 11001100 | 1010 | 110001 | 0 | 10100 | 100011111 | 110001 | 111101 |
Color Harmonies of #B769CC
Complementary color
Monochromatic Colors of #B769CC
Black with #B769CC
Text Example
Text Example
White with #B769CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769CC; }
p { color: rgb(183,105,204); }
H1.HeaderClassName
{
color: #B769CC;
}
.AnyTagClassName
{
color: #B769CC;
}
</style>
background-color css
<style>
a { background-color: #B769CC; }
a { background-color: rgb(183,105,204); }
div.DivClassName
{
background-color: #B769CC;
}
.BgClassName
{
background-color: #B769CC;
}
</style>
border-color css
<style>
span { border-color: #B769CC; }
span { border-color: rgb(183,105,204); }
td.TdClassName
{
border-color: #B769CC;
}
.TagClassName
{
border-color: #B769CC;
}
</style>