Shades of Medium Orchid #B764DC
Tints of Medium Orchid #B764DC
RGB
CMYK
RGB Variations
Color information
#B764DC (or 0xB764DC) is known color: Medium Orchid. HEX triplet: B7, 64 and DC. RGB value is (183,100,220). Sum of RGB (Red+Green+Blue) = 183+100+220=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #B764DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764DC is #489B23. Grayscale: #8A8A8A. Windows color (decimal): -4758308 or 14443703. OLE color: 14443703.
HSL color Cylindrical-coordinate representation of color #B764DC: hue angle of 281.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B764DC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 100 | 220 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.14 |
| HSL | 281.5º | 0.63% | 0.63% | - |
| HSV(B) | 281.5º | 0.55% | 0.86% | - |
| XYZ | 37 | 24.35 | 70.46 | - |
| YUV | 138.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 220 | 0.17 | 0.55 | 0 | 0.14 | 281.5 | 0.63 | 0.63 |
| Hex | B7 | 64 | DC | 11 | 37 | 0 | E | 11A | 3F | 3F |
| Octal | 267 | 144 | 334 | 21 | 67 | 0 | 16 | 432 | 77 | 77 |
| Binary | 10110111 | 1100100 | 11011100 | 10001 | 110111 | 0 | 1110 | 100011010 | 111111 | 111111 |
Color Harmonies of #B764DC
Complementary color
Monochromatic Colors of #B764DC
Black with #B764DC
Text Example
Text Example
White with #B764DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764DC; }
p { color: rgb(183,100,220); }
H1.HeaderClassName
{
color: #B764DC;
}
.AnyTagClassName
{
color: #B764DC;
}
</style>
background-color css
<style>
a { background-color: #B764DC; }
a { background-color: rgb(183,100,220); }
div.DivClassName
{
background-color: #B764DC;
}
.BgClassName
{
background-color: #B764DC;
}
</style>
border-color css
<style>
span { border-color: #B764DC; }
span { border-color: rgb(183,100,220); }
td.TdClassName
{
border-color: #B764DC;
}
.TagClassName
{
border-color: #B764DC;
}
</style>