Shades of Medium Orchid #B768CC
Tints of Medium Orchid #B768CC
RGB
CMYK
RGB Variations
Color information
#B768CC (or 0xB768CC) is known color: Medium Orchid. HEX triplet: B7, 68 and CC. RGB value is (183,104,204). Sum of RGB (Red+Green+Blue) = 183+104+204=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B768CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768CC is #489733. Grayscale: #8A8A8A. Windows color (decimal): -4757300 or 13396151. OLE color: 13396151.
HSL color Cylindrical-coordinate representation of color #B768CC: hue angle of 287.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B768CC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 104 | 204 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.2 |
| HSL | 287.4º | 0.5% | 0.6% | - |
| HSV(B) | 287.4º | 0.49% | 0.8% | - |
| XYZ | 35.38 | 24.33 | 59.96 | - |
| YUV | 139.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 204 | 0.10 | 0.49 | 0 | 0.2 | 287.4 | 0.5 | 0.6 |
| Hex | B7 | 68 | CC | A | 31 | 0 | 14 | 11F | 32 | 3C |
| Octal | 267 | 150 | 314 | 12 | 61 | 0 | 24 | 437 | 62 | 74 |
| Binary | 10110111 | 1101000 | 11001100 | 1010 | 110001 | 0 | 10100 | 100011111 | 110010 | 111100 |
Color Harmonies of #B768CC
Complementary color
Monochromatic Colors of #B768CC
Black with #B768CC
Text Example
Text Example
White with #B768CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768CC; }
p { color: rgb(183,104,204); }
H1.HeaderClassName
{
color: #B768CC;
}
.AnyTagClassName
{
color: #B768CC;
}
</style>
background-color css
<style>
a { background-color: #B768CC; }
a { background-color: rgb(183,104,204); }
div.DivClassName
{
background-color: #B768CC;
}
.BgClassName
{
background-color: #B768CC;
}
</style>
border-color css
<style>
span { border-color: #B768CC; }
span { border-color: rgb(183,104,204); }
td.TdClassName
{
border-color: #B768CC;
}
.TagClassName
{
border-color: #B768CC;
}
</style>