Shades of Medium Orchid #B764EC
Tints of Medium Orchid #B764EC
RGB
CMYK
RGB Variations
Color information
#B764EC (or 0xB764EC) is known color: Medium Orchid. HEX triplet: B7, 64 and EC. RGB value is (183,100,236). Sum of RGB (Red+Green+Blue) = 183+100+236=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B764EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764EC is #489B13. Grayscale: #8B8B8B. Windows color (decimal): -4758292 or 15492279. OLE color: 15492279.
HSL color Cylindrical-coordinate representation of color #B764EC: hue angle of 276.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B764EC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 100 | 236 | - |
CMYK | 0.22 | 0.58 | 0 | 0.07 |
HSL | 276.62º | 0.78% | 0.66% | - |
HSV(B) | 276.62º | 0.58% | 0.93% | - |
XYZ | 39.23 | 25.24 | 82.16 | - |
YUV | 140.32 | 182 | 158.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 100 | 236 | 0.22 | 0.58 | 0 | 0.07 | 276.62 | 0.78 | 0.66 |
Hex | B7 | 64 | EC | 16 | 3A | 0 | 7 | 115 | 4E | 42 |
Octal | 267 | 144 | 354 | 26 | 72 | 0 | 7 | 425 | 116 | 102 |
Binary | 10110111 | 1100100 | 11101100 | 10110 | 111010 | 0 | 111 | 100010101 | 1001110 | 1000010 |
Color Harmonies of #B764EC
Complementary color
Monochromatic Colors of #B764EC
Black with #B764EC
Text Example
Text Example
White with #B764EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764EC; }
p { color: rgb(183,100,236); }
H1.HeaderClassName
{
color: #B764EC;
}
.AnyTagClassName
{
color: #B764EC;
}
</style>
background-color css
<style>
a { background-color: #B764EC; }
a { background-color: rgb(183,100,236); }
div.DivClassName
{
background-color: #B764EC;
}
.BgClassName
{
background-color: #B764EC;
}
</style>
border-color css
<style>
span { border-color: #B764EC; }
span { border-color: rgb(183,100,236); }
td.TdClassName
{
border-color: #B764EC;
}
.TagClassName
{
border-color: #B764EC;
}
</style>