Shades of Medium Orchid #B766CA
Tints of Medium Orchid #B766CA
RGB
CMYK
RGB Variations
Color information
#B766CA (or 0xB766CA) is known color: Medium Orchid. HEX triplet: B7, 66 and CA. RGB value is (183,102,202). Sum of RGB (Red+Green+Blue) = 183+102+202=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B766CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766CA is #489935. Grayscale: #898989. Windows color (decimal): -4757814 or 13264567. OLE color: 13264567.
HSL color Cylindrical-coordinate representation of color #B766CA: hue angle of 288.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B766CA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 102 | 202 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.21 |
| HSL | 288.6º | 0.49% | 0.6% | - |
| HSV(B) | 288.6º | 0.5% | 0.79% | - |
| XYZ | 34.94 | 23.83 | 58.64 | - |
| YUV | 137.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 202 | 0.09 | 0.50 | 0 | 0.21 | 288.6 | 0.49 | 0.6 |
| Hex | B7 | 66 | CA | 9 | 32 | 0 | 15 | 121 | 31 | 3C |
| Octal | 267 | 146 | 312 | 11 | 62 | 0 | 25 | 441 | 61 | 74 |
| Binary | 10110111 | 1100110 | 11001010 | 1001 | 110010 | 0 | 10101 | 100100001 | 110001 | 111100 |
Color Harmonies of #B766CA
Complementary color
Monochromatic Colors of #B766CA
Black with #B766CA
Text Example
Text Example
White with #B766CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766CA; }
p { color: rgb(183,102,202); }
H1.HeaderClassName
{
color: #B766CA;
}
.AnyTagClassName
{
color: #B766CA;
}
</style>
background-color css
<style>
a { background-color: #B766CA; }
a { background-color: rgb(183,102,202); }
div.DivClassName
{
background-color: #B766CA;
}
.BgClassName
{
background-color: #B766CA;
}
</style>
border-color css
<style>
span { border-color: #B766CA; }
span { border-color: rgb(183,102,202); }
td.TdClassName
{
border-color: #B766CA;
}
.TagClassName
{
border-color: #B766CA;
}
</style>