Shades of Medium Orchid #B34ECF
Tints of Medium Orchid #B34ECF
RGB
CMYK
RGB Variations
Color information
#B34ECF (or 0xB34ECF) is known color: Medium Orchid. HEX triplet: B3, 4E and CF. RGB value is (179,78,207). Sum of RGB (Red+Green+Blue) = 179+78+207=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B34ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34ECF is #4CB130. Grayscale: #7A7A7A. Windows color (decimal): -5026097 or 13586099. OLE color: 13586099.
HSL color Cylindrical-coordinate representation of color #B34ECF: hue angle of 286.98º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34ECF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 78 | 207 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.19 |
| HSL | 286.98º | 0.57% | 0.56% | - |
| HSV(B) | 286.98º | 0.62% | 0.81% | - |
| XYZ | 32.58 | 19.54 | 61.09 | - |
| YUV | 122.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 207 | 0.14 | 0.62 | 0 | 0.19 | 286.98 | 0.57 | 0.56 |
| Hex | B3 | 4E | CF | E | 3E | 0 | 13 | 11F | 39 | 38 |
| Octal | 263 | 116 | 317 | 16 | 76 | 0 | 23 | 437 | 71 | 70 |
| Binary | 10110011 | 1001110 | 11001111 | 1110 | 111110 | 0 | 10011 | 100011111 | 111001 | 111000 |
Color Harmonies of #B34ECF
Complementary color
Monochromatic Colors of #B34ECF
Black with #B34ECF
Text Example
Text Example
White with #B34ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34ECF; }
p { color: rgb(179,78,207); }
H1.HeaderClassName
{
color: #B34ECF;
}
.AnyTagClassName
{
color: #B34ECF;
}
</style>
background-color css
<style>
a { background-color: #B34ECF; }
a { background-color: rgb(179,78,207); }
div.DivClassName
{
background-color: #B34ECF;
}
.BgClassName
{
background-color: #B34ECF;
}
</style>
border-color css
<style>
span { border-color: #B34ECF; }
span { border-color: rgb(179,78,207); }
td.TdClassName
{
border-color: #B34ECF;
}
.TagClassName
{
border-color: #B34ECF;
}
</style>