Shades of Medium Orchid #B75CDA
Tints of Medium Orchid #B75CDA
RGB
CMYK
RGB Variations
Color information
#B75CDA (or 0xB75CDA) is known color: Medium Orchid. HEX triplet: B7, 5C and DA. RGB value is (183,92,218). Sum of RGB (Red+Green+Blue) = 183+92+218=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #B75CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CDA is #48A325. Grayscale: #858585. Windows color (decimal): -4760358 or 14310583. OLE color: 14310583.
HSL color Cylindrical-coordinate representation of color #B75CDA: hue angle of 283.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75CDA is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 92 | 218 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.15 |
| HSL | 283.33º | 0.63% | 0.61% | - |
| HSV(B) | 283.33º | 0.58% | 0.85% | - |
| XYZ | 36.01 | 22.78 | 68.83 | - |
| YUV | 133.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 218 | 0.16 | 0.58 | 0 | 0.15 | 283.33 | 0.63 | 0.61 |
| Hex | B7 | 5C | DA | 10 | 3A | 0 | F | 11B | 3F | 3D |
| Octal | 267 | 134 | 332 | 20 | 72 | 0 | 17 | 433 | 77 | 75 |
| Binary | 10110111 | 1011100 | 11011010 | 10000 | 111010 | 0 | 1111 | 100011011 | 111111 | 111101 |
Color Harmonies of #B75CDA
Complementary color
Monochromatic Colors of #B75CDA
Black with #B75CDA
Text Example
Text Example
White with #B75CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CDA; }
p { color: rgb(183,92,218); }
H1.HeaderClassName
{
color: #B75CDA;
}
.AnyTagClassName
{
color: #B75CDA;
}
</style>
background-color css
<style>
a { background-color: #B75CDA; }
a { background-color: rgb(183,92,218); }
div.DivClassName
{
background-color: #B75CDA;
}
.BgClassName
{
background-color: #B75CDA;
}
</style>
border-color css
<style>
span { border-color: #B75CDA; }
span { border-color: rgb(183,92,218); }
td.TdClassName
{
border-color: #B75CDA;
}
.TagClassName
{
border-color: #B75CDA;
}
</style>