Shades of Medium Orchid #B769CF
Tints of Medium Orchid #B769CF
RGB
CMYK
RGB Variations
Color information
#B769CF (or 0xB769CF) is known color: Medium Orchid. HEX triplet: B7, 69 and CF. RGB value is (183,105,207). Sum of RGB (Red+Green+Blue) = 183+105+207=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B769CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769CF is #489630. Grayscale: #8B8B8B. Windows color (decimal): -4757041 or 13593015. OLE color: 13593015.
HSL color Cylindrical-coordinate representation of color #B769CF: hue angle of 285.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B769CF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 105 | 207 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.19 |
| HSL | 285.88º | 0.52% | 0.61% | - |
| HSV(B) | 285.88º | 0.49% | 0.81% | - |
| XYZ | 35.84 | 24.68 | 61.91 | - |
| YUV | 139.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 207 | 0.12 | 0.49 | 0 | 0.19 | 285.88 | 0.52 | 0.61 |
| Hex | B7 | 69 | CF | C | 31 | 0 | 13 | 11E | 34 | 3D |
| Octal | 267 | 151 | 317 | 14 | 61 | 0 | 23 | 436 | 64 | 75 |
| Binary | 10110111 | 1101001 | 11001111 | 1100 | 110001 | 0 | 10011 | 100011110 | 110100 | 111101 |
Color Harmonies of #B769CF
Complementary color
Monochromatic Colors of #B769CF
Black with #B769CF
Text Example
Text Example
White with #B769CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769CF; }
p { color: rgb(183,105,207); }
H1.HeaderClassName
{
color: #B769CF;
}
.AnyTagClassName
{
color: #B769CF;
}
</style>
background-color css
<style>
a { background-color: #B769CF; }
a { background-color: rgb(183,105,207); }
div.DivClassName
{
background-color: #B769CF;
}
.BgClassName
{
background-color: #B769CF;
}
</style>
border-color css
<style>
span { border-color: #B769CF; }
span { border-color: rgb(183,105,207); }
td.TdClassName
{
border-color: #B769CF;
}
.TagClassName
{
border-color: #B769CF;
}
</style>