Shades of Medium Orchid #B75CCB
Tints of Medium Orchid #B75CCB
RGB
CMYK
RGB Variations
Color information
#B75CCB (or 0xB75CCB) is known color: Medium Orchid. HEX triplet: B7, 5C and CB. RGB value is (183,92,203). Sum of RGB (Red+Green+Blue) = 183+92+203=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B75CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CCB is #48A334. Grayscale: #838383. Windows color (decimal): -4760373 or 13327543. OLE color: 13327543.
HSL color Cylindrical-coordinate representation of color #B75CCB: hue angle of 289.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75CCB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 92 | 203 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.20 |
| HSL | 289.19º | 0.52% | 0.58% | - |
| HSV(B) | 289.19º | 0.55% | 0.8% | - |
| XYZ | 34.14 | 22.03 | 58.95 | - |
| YUV | 131.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 203 | 0.10 | 0.55 | 0 | 0.20 | 289.19 | 0.52 | 0.58 |
| Hex | B7 | 5C | CB | A | 37 | 0 | 14 | 121 | 34 | 3A |
| Octal | 267 | 134 | 313 | 12 | 67 | 0 | 24 | 441 | 64 | 72 |
| Binary | 10110111 | 1011100 | 11001011 | 1010 | 110111 | 0 | 10100 | 100100001 | 110100 | 111010 |
Color Harmonies of #B75CCB
Complementary color
Monochromatic Colors of #B75CCB
Black with #B75CCB
Text Example
Text Example
White with #B75CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CCB; }
p { color: rgb(183,92,203); }
H1.HeaderClassName
{
color: #B75CCB;
}
.AnyTagClassName
{
color: #B75CCB;
}
</style>
background-color css
<style>
a { background-color: #B75CCB; }
a { background-color: rgb(183,92,203); }
div.DivClassName
{
background-color: #B75CCB;
}
.BgClassName
{
background-color: #B75CCB;
}
</style>
border-color css
<style>
span { border-color: #B75CCB; }
span { border-color: rgb(183,92,203); }
td.TdClassName
{
border-color: #B75CCB;
}
.TagClassName
{
border-color: #B75CCB;
}
</style>