Shades of Medium Orchid #B764E0
Tints of Medium Orchid #B764E0
RGB
CMYK
RGB Variations
Color information
#B764E0 (or 0xB764E0) is known color: Medium Orchid. HEX triplet: B7, 64 and E0. RGB value is (183,100,224). Sum of RGB (Red+Green+Blue) = 183+100+224=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #B764E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764E0 is #489B1F. Grayscale: #8A8A8A. Windows color (decimal): -4758304 or 14705847. OLE color: 14705847.
HSL color Cylindrical-coordinate representation of color #B764E0: hue angle of 280.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B764E0 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 100 | 224 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.12 |
| HSL | 280.16º | 0.67% | 0.64% | - |
| HSV(B) | 280.16º | 0.55% | 0.88% | - |
| XYZ | 37.54 | 24.56 | 73.28 | - |
| YUV | 138.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 224 | 0.18 | 0.55 | 0 | 0.12 | 280.16 | 0.67 | 0.64 |
| Hex | B7 | 64 | E0 | 12 | 37 | 0 | C | 118 | 43 | 40 |
| Octal | 267 | 144 | 340 | 22 | 67 | 0 | 14 | 430 | 103 | 100 |
| Binary | 10110111 | 1100100 | 11100000 | 10010 | 110111 | 0 | 1100 | 100011000 | 1000011 | 1000000 |
Color Harmonies of #B764E0
Complementary color
Monochromatic Colors of #B764E0
Black with #B764E0
Text Example
Text Example
White with #B764E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764E0; }
p { color: rgb(183,100,224); }
H1.HeaderClassName
{
color: #B764E0;
}
.AnyTagClassName
{
color: #B764E0;
}
</style>
background-color css
<style>
a { background-color: #B764E0; }
a { background-color: rgb(183,100,224); }
div.DivClassName
{
background-color: #B764E0;
}
.BgClassName
{
background-color: #B764E0;
}
</style>
border-color css
<style>
span { border-color: #B764E0; }
span { border-color: rgb(183,100,224); }
td.TdClassName
{
border-color: #B764E0;
}
.TagClassName
{
border-color: #B764E0;
}
</style>