Shades of Medium Orchid #B340CB
Tints of Medium Orchid #B340CB
RGB
CMYK
RGB Variations
Color information
#B340CB (or 0xB340CB) is known color: Medium Orchid. HEX triplet: B3, 40 and CB. RGB value is (179,64,203). Sum of RGB (Red+Green+Blue) = 179+64+203=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B340CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340CB is #4CBF34. Grayscale: #717171. Windows color (decimal): -5029685 or 13320371. OLE color: 13320371.
HSL color Cylindrical-coordinate representation of color #B340CB: hue angle of 289.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B340CB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 64 | 203 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.20 |
| HSL | 289.64º | 0.57% | 0.52% | - |
| HSV(B) | 289.64º | 0.68% | 0.8% | - |
| XYZ | 31.2 | 17.56 | 58.25 | - |
| YUV | 114.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 203 | 0.12 | 0.68 | 0 | 0.20 | 289.64 | 0.57 | 0.52 |
| Hex | B3 | 40 | CB | C | 44 | 0 | 14 | 122 | 39 | 34 |
| Octal | 263 | 100 | 313 | 14 | 104 | 0 | 24 | 442 | 71 | 64 |
| Binary | 10110011 | 1000000 | 11001011 | 1100 | 1000100 | 0 | 10100 | 100100010 | 111001 | 110100 |
Color Harmonies of #B340CB
Complementary color
Monochromatic Colors of #B340CB
Black with #B340CB
Text Example
Text Example
White with #B340CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B340CB; }
p { color: rgb(179,64,203); }
H1.HeaderClassName
{
color: #B340CB;
}
.AnyTagClassName
{
color: #B340CB;
}
</style>
background-color css
<style>
a { background-color: #B340CB; }
a { background-color: rgb(179,64,203); }
div.DivClassName
{
background-color: #B340CB;
}
.BgClassName
{
background-color: #B340CB;
}
</style>
border-color css
<style>
span { border-color: #B340CB; }
span { border-color: rgb(179,64,203); }
td.TdClassName
{
border-color: #B340CB;
}
.TagClassName
{
border-color: #B340CB;
}
</style>