Shades of Medium Orchid #B75CCE
Tints of Medium Orchid #B75CCE
RGB
CMYK
RGB Variations
Color information
#B75CCE (or 0xB75CCE) is known color: Medium Orchid. HEX triplet: B7, 5C and CE. RGB value is (183,92,206). Sum of RGB (Red+Green+Blue) = 183+92+206=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B75CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CCE is #48A331. Grayscale: #838383. Windows color (decimal): -4760370 or 13524151. OLE color: 13524151.
HSL color Cylindrical-coordinate representation of color #B75CCE: hue angle of 287.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75CCE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 92 | 206 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.19 |
| HSL | 287.89º | 0.54% | 0.58% | - |
| HSV(B) | 287.89º | 0.55% | 0.81% | - |
| XYZ | 34.5 | 22.18 | 60.86 | - |
| YUV | 132.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 206 | 0.11 | 0.55 | 0 | 0.19 | 287.89 | 0.54 | 0.58 |
| Hex | B7 | 5C | CE | B | 37 | 0 | 13 | 120 | 36 | 3A |
| Octal | 267 | 134 | 316 | 13 | 67 | 0 | 23 | 440 | 66 | 72 |
| Binary | 10110111 | 1011100 | 11001110 | 1011 | 110111 | 0 | 10011 | 100100000 | 110110 | 111010 |
Color Harmonies of #B75CCE
Complementary color
Monochromatic Colors of #B75CCE
Black with #B75CCE
Text Example
Text Example
White with #B75CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CCE; }
p { color: rgb(183,92,206); }
H1.HeaderClassName
{
color: #B75CCE;
}
.AnyTagClassName
{
color: #B75CCE;
}
</style>
background-color css
<style>
a { background-color: #B75CCE; }
a { background-color: rgb(183,92,206); }
div.DivClassName
{
background-color: #B75CCE;
}
.BgClassName
{
background-color: #B75CCE;
}
</style>
border-color css
<style>
span { border-color: #B75CCE; }
span { border-color: rgb(183,92,206); }
td.TdClassName
{
border-color: #B75CCE;
}
.TagClassName
{
border-color: #B75CCE;
}
</style>