Shades of Medium Orchid #B370CC
Tints of Medium Orchid #B370CC
RGB
CMYK
RGB Variations
Color information
#B370CC (or 0xB370CC) is known color: Medium Orchid. HEX triplet: B3, 70 and CC. RGB value is (179,112,204). Sum of RGB (Red+Green+Blue) = 179+112+204=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #B370CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CC is #4C8F33. Grayscale: #8E8E8E. Windows color (decimal): -5017396 or 13398195. OLE color: 13398195.
HSL color Cylindrical-coordinate representation of color #B370CC: hue angle of 283.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B370CC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 112 | 204 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.2 |
| HSL | 283.7º | 0.47% | 0.62% | - |
| HSV(B) | 283.7º | 0.45% | 0.8% | - |
| XYZ | 35.28 | 25.53 | 60.2 | - |
| YUV | 142.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 204 | 0.12 | 0.45 | 0 | 0.2 | 283.7 | 0.47 | 0.62 |
| Hex | B3 | 70 | CC | C | 2D | 0 | 14 | 11C | 2F | 3E |
| Octal | 263 | 160 | 314 | 14 | 55 | 0 | 24 | 434 | 57 | 76 |
| Binary | 10110011 | 1110000 | 11001100 | 1100 | 101101 | 0 | 10100 | 100011100 | 101111 | 111110 |
Color Harmonies of #B370CC
Complementary color
Monochromatic Colors of #B370CC
Black with #B370CC
Text Example
Text Example
White with #B370CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370CC; }
p { color: rgb(179,112,204); }
H1.HeaderClassName
{
color: #B370CC;
}
.AnyTagClassName
{
color: #B370CC;
}
</style>
background-color css
<style>
a { background-color: #B370CC; }
a { background-color: rgb(179,112,204); }
div.DivClassName
{
background-color: #B370CC;
}
.BgClassName
{
background-color: #B370CC;
}
</style>
border-color css
<style>
span { border-color: #B370CC; }
span { border-color: rgb(179,112,204); }
td.TdClassName
{
border-color: #B370CC;
}
.TagClassName
{
border-color: #B370CC;
}
</style>