Shades of Medium Orchid #B764CF
Tints of Medium Orchid #B764CF
RGB
CMYK
RGB Variations
Color information
#B764CF (or 0xB764CF) is known color: Medium Orchid. HEX triplet: B7, 64 and CF. RGB value is (183,100,207). Sum of RGB (Red+Green+Blue) = 183+100+207=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B764CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764CF is #489B30. Grayscale: #888888. Windows color (decimal): -4758321 or 13591735. OLE color: 13591735.
HSL color Cylindrical-coordinate representation of color #B764CF: hue angle of 286.54º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B764CF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 100 | 207 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.19 |
| HSL | 286.54º | 0.53% | 0.6% | - |
| HSV(B) | 286.54º | 0.52% | 0.81% | - |
| XYZ | 35.35 | 23.69 | 61.74 | - |
| YUV | 137.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 207 | 0.12 | 0.52 | 0 | 0.19 | 286.54 | 0.53 | 0.6 |
| Hex | B7 | 64 | CF | C | 34 | 0 | 13 | 11F | 35 | 3C |
| Octal | 267 | 144 | 317 | 14 | 64 | 0 | 23 | 437 | 65 | 74 |
| Binary | 10110111 | 1100100 | 11001111 | 1100 | 110100 | 0 | 10011 | 100011111 | 110101 | 111100 |
Color Harmonies of #B764CF
Complementary color
Monochromatic Colors of #B764CF
Black with #B764CF
Text Example
Text Example
White with #B764CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764CF; }
p { color: rgb(183,100,207); }
H1.HeaderClassName
{
color: #B764CF;
}
.AnyTagClassName
{
color: #B764CF;
}
</style>
background-color css
<style>
a { background-color: #B764CF; }
a { background-color: rgb(183,100,207); }
div.DivClassName
{
background-color: #B764CF;
}
.BgClassName
{
background-color: #B764CF;
}
</style>
border-color css
<style>
span { border-color: #B764CF; }
span { border-color: rgb(183,100,207); }
td.TdClassName
{
border-color: #B764CF;
}
.TagClassName
{
border-color: #B764CF;
}
</style>