Shades of Medium Orchid #B370CB
Tints of Medium Orchid #B370CB
RGB
CMYK
RGB Variations
Color information
#B370CB (or 0xB370CB) is known color: Medium Orchid. HEX triplet: B3, 70 and CB. RGB value is (179,112,203). Sum of RGB (Red+Green+Blue) = 179+112+203=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B370CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370CB is #4C8F34. Grayscale: #8E8E8E. Windows color (decimal): -5017397 or 13332659. OLE color: 13332659.
HSL color Cylindrical-coordinate representation of color #B370CB: hue angle of 284.18º 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 #B370CB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 112 | 203 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.20 |
| HSL | 284.18º | 0.47% | 0.62% | - |
| HSV(B) | 284.18º | 0.45% | 0.8% | - |
| XYZ | 35.16 | 25.48 | 59.57 | - |
| YUV | 142.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 203 | 0.12 | 0.45 | 0 | 0.20 | 284.18 | 0.47 | 0.62 |
| Hex | B3 | 70 | CB | C | 2D | 0 | 14 | 11C | 2F | 3E |
| Octal | 263 | 160 | 313 | 14 | 55 | 0 | 24 | 434 | 57 | 76 |
| Binary | 10110011 | 1110000 | 11001011 | 1100 | 101101 | 0 | 10100 | 100011100 | 101111 | 111110 |
Color Harmonies of #B370CB
Complementary color
Monochromatic Colors of #B370CB
Black with #B370CB
Text Example
Text Example
White with #B370CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370CB; }
p { color: rgb(179,112,203); }
H1.HeaderClassName
{
color: #B370CB;
}
.AnyTagClassName
{
color: #B370CB;
}
</style>
background-color css
<style>
a { background-color: #B370CB; }
a { background-color: rgb(179,112,203); }
div.DivClassName
{
background-color: #B370CB;
}
.BgClassName
{
background-color: #B370CB;
}
</style>
border-color css
<style>
span { border-color: #B370CB; }
span { border-color: rgb(179,112,203); }
td.TdClassName
{
border-color: #B370CB;
}
.TagClassName
{
border-color: #B370CB;
}
</style>