Shades of Medium Orchid #B343ED
Tints of Medium Orchid #B343ED
RGB
CMYK
RGB Variations
Color information
#B343ED (or 0xB343ED) is known color: Medium Orchid. HEX triplet: B3, 43 and ED. RGB value is (179,67,237). Sum of RGB (Red+Green+Blue) = 179+67+237=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #B343ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343ED is #4CBC12. Grayscale: #777777. Windows color (decimal): -5028883 or 15549363. OLE color: 15549363.
HSL color Cylindrical-coordinate representation of color #B343ED: hue angle of 279.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B343ED is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 67 | 237 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.07 |
| HSL | 279.53º | 0.83% | 0.6% | - |
| HSV(B) | 279.53º | 0.72% | 0.93% | - |
| XYZ | 35.88 | 19.71 | 82.03 | - |
| YUV | 119.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 237 | 0.24 | 0.72 | 0 | 0.07 | 279.53 | 0.83 | 0.6 |
| Hex | B3 | 43 | ED | 18 | 48 | 0 | 7 | 118 | 53 | 3C |
| Octal | 263 | 103 | 355 | 30 | 110 | 0 | 7 | 430 | 123 | 74 |
| Binary | 10110011 | 1000011 | 11101101 | 11000 | 1001000 | 0 | 111 | 100011000 | 1010011 | 111100 |
Color Harmonies of #B343ED
Complementary color
Monochromatic Colors of #B343ED
Black with #B343ED
Text Example
Text Example
White with #B343ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343ED; }
p { color: rgb(179,67,237); }
H1.HeaderClassName
{
color: #B343ED;
}
.AnyTagClassName
{
color: #B343ED;
}
</style>
background-color css
<style>
a { background-color: #B343ED; }
a { background-color: rgb(179,67,237); }
div.DivClassName
{
background-color: #B343ED;
}
.BgClassName
{
background-color: #B343ED;
}
</style>
border-color css
<style>
span { border-color: #B343ED; }
span { border-color: rgb(179,67,237); }
td.TdClassName
{
border-color: #B343ED;
}
.TagClassName
{
border-color: #B343ED;
}
</style>