Shades of Medium Orchid #B738DC
Tints of Medium Orchid #B738DC
RGB
CMYK
RGB Variations
Color information
#B738DC (or 0xB738DC) is known color: Medium Orchid. HEX triplet: B7, 38 and DC. RGB value is (183,56,220). Sum of RGB (Red+Green+Blue) = 183+56+220=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #B738DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738DC is #48C723. Grayscale: #707070. Windows color (decimal): -4769572 or 14432439. OLE color: 14432439.
HSL color Cylindrical-coordinate representation of color #B738DC: hue angle of 286.46º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B738DC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 56 | 220 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.14 |
| HSL | 286.46º | 0.7% | 0.54% | - |
| HSV(B) | 286.46º | 0.75% | 0.86% | - |
| XYZ | 33.86 | 18.06 | 69.41 | - |
| YUV | 112.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 220 | 0.17 | 0.75 | 0 | 0.14 | 286.46 | 0.7 | 0.54 |
| Hex | B7 | 38 | DC | 11 | 4B | 0 | E | 11E | 46 | 36 |
| Octal | 267 | 70 | 334 | 21 | 113 | 0 | 16 | 436 | 106 | 66 |
| Binary | 10110111 | 111000 | 11011100 | 10001 | 1001011 | 0 | 1110 | 100011110 | 1000110 | 110110 |
Color Harmonies of #B738DC
Complementary color
Monochromatic Colors of #B738DC
Black with #B738DC
Text Example
Text Example
White with #B738DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738DC; }
p { color: rgb(183,56,220); }
H1.HeaderClassName
{
color: #B738DC;
}
.AnyTagClassName
{
color: #B738DC;
}
</style>
background-color css
<style>
a { background-color: #B738DC; }
a { background-color: rgb(183,56,220); }
div.DivClassName
{
background-color: #B738DC;
}
.BgClassName
{
background-color: #B738DC;
}
</style>
border-color css
<style>
span { border-color: #B738DC; }
span { border-color: rgb(183,56,220); }
td.TdClassName
{
border-color: #B738DC;
}
.TagClassName
{
border-color: #B738DC;
}
</style>