Shades of Medium Orchid #B763CF
Tints of Medium Orchid #B763CF
RGB
CMYK
RGB Variations
Color information
#B763CF (or 0xB763CF) is known color: Medium Orchid. HEX triplet: B7, 63 and CF. RGB value is (183,99,207). Sum of RGB (Red+Green+Blue) = 183+99+207=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B763CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763CF is #489C30. Grayscale: #888888. Windows color (decimal): -4758577 or 13591479. OLE color: 13591479.
HSL color Cylindrical-coordinate representation of color #B763CF: hue angle of 286.67º 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 #B763CF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 99 | 207 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.19 |
| HSL | 286.67º | 0.53% | 0.6% | - |
| HSV(B) | 286.67º | 0.52% | 0.81% | - |
| XYZ | 35.25 | 23.5 | 61.71 | - |
| YUV | 136.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 207 | 0.12 | 0.52 | 0 | 0.19 | 286.67 | 0.53 | 0.6 |
| Hex | B7 | 63 | CF | C | 34 | 0 | 13 | 11F | 35 | 3C |
| Octal | 267 | 143 | 317 | 14 | 64 | 0 | 23 | 437 | 65 | 74 |
| Binary | 10110111 | 1100011 | 11001111 | 1100 | 110100 | 0 | 10011 | 100011111 | 110101 | 111100 |
Color Harmonies of #B763CF
Complementary color
Monochromatic Colors of #B763CF
Black with #B763CF
Text Example
Text Example
White with #B763CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B763CF; }
p { color: rgb(183,99,207); }
H1.HeaderClassName
{
color: #B763CF;
}
.AnyTagClassName
{
color: #B763CF;
}
</style>
background-color css
<style>
a { background-color: #B763CF; }
a { background-color: rgb(183,99,207); }
div.DivClassName
{
background-color: #B763CF;
}
.BgClassName
{
background-color: #B763CF;
}
</style>
border-color css
<style>
span { border-color: #B763CF; }
span { border-color: rgb(183,99,207); }
td.TdClassName
{
border-color: #B763CF;
}
.TagClassName
{
border-color: #B763CF;
}
</style>