Shades of Medium Orchid #B343CC
Tints of Medium Orchid #B343CC
RGB
CMYK
RGB Variations
Color information
#B343CC (or 0xB343CC) is known color: Medium Orchid. HEX triplet: B3, 43 and CC. RGB value is (179,67,204). Sum of RGB (Red+Green+Blue) = 179+67+204=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #B343CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343CC is #4CBC33. Grayscale: #737373. Windows color (decimal): -5028916 or 13386675. OLE color: 13386675.
HSL color Cylindrical-coordinate representation of color #B343CC: hue angle of 289.05º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B343CC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 67 | 204 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.2 |
| HSL | 289.05º | 0.57% | 0.53% | - |
| HSV(B) | 289.05º | 0.67% | 0.8% | - |
| XYZ | 31.5 | 17.96 | 58.93 | - |
| YUV | 116.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 204 | 0.12 | 0.67 | 0 | 0.2 | 289.05 | 0.57 | 0.53 |
| Hex | B3 | 43 | CC | C | 43 | 0 | 14 | 121 | 39 | 35 |
| Octal | 263 | 103 | 314 | 14 | 103 | 0 | 24 | 441 | 71 | 65 |
| Binary | 10110011 | 1000011 | 11001100 | 1100 | 1000011 | 0 | 10100 | 100100001 | 111001 | 110101 |
Color Harmonies of #B343CC
Complementary color
Monochromatic Colors of #B343CC
Black with #B343CC
Text Example
Text Example
White with #B343CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343CC; }
p { color: rgb(179,67,204); }
H1.HeaderClassName
{
color: #B343CC;
}
.AnyTagClassName
{
color: #B343CC;
}
</style>
background-color css
<style>
a { background-color: #B343CC; }
a { background-color: rgb(179,67,204); }
div.DivClassName
{
background-color: #B343CC;
}
.BgClassName
{
background-color: #B343CC;
}
</style>
border-color css
<style>
span { border-color: #B343CC; }
span { border-color: rgb(179,67,204); }
td.TdClassName
{
border-color: #B343CC;
}
.TagClassName
{
border-color: #B343CC;
}
</style>