Shades of Medium Orchid #B34CCF
Tints of Medium Orchid #B34CCF
RGB
CMYK
RGB Variations
Color information
#B34CCF (or 0xB34CCF) is known color: Medium Orchid. HEX triplet: B3, 4C and CF. RGB value is (179,76,207). Sum of RGB (Red+Green+Blue) = 179+76+207=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #B34CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CCF is #4CB330. Grayscale: #797979. Windows color (decimal): -5026609 or 13585587. OLE color: 13585587.
HSL color Cylindrical-coordinate representation of color #B34CCF: hue angle of 287.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34CCF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 76 | 207 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.19 |
| HSL | 287.18º | 0.58% | 0.55% | - |
| HSV(B) | 287.18º | 0.63% | 0.81% | - |
| XYZ | 32.44 | 19.26 | 61.04 | - |
| YUV | 121.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 207 | 0.14 | 0.63 | 0 | 0.19 | 287.18 | 0.58 | 0.55 |
| Hex | B3 | 4C | CF | E | 3F | 0 | 13 | 11F | 3A | 37 |
| Octal | 263 | 114 | 317 | 16 | 77 | 0 | 23 | 437 | 72 | 67 |
| Binary | 10110011 | 1001100 | 11001111 | 1110 | 111111 | 0 | 10011 | 100011111 | 111010 | 110111 |
Color Harmonies of #B34CCF
Complementary color
Monochromatic Colors of #B34CCF
Black with #B34CCF
Text Example
Text Example
White with #B34CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CCF; }
p { color: rgb(179,76,207); }
H1.HeaderClassName
{
color: #B34CCF;
}
.AnyTagClassName
{
color: #B34CCF;
}
</style>
background-color css
<style>
a { background-color: #B34CCF; }
a { background-color: rgb(179,76,207); }
div.DivClassName
{
background-color: #B34CCF;
}
.BgClassName
{
background-color: #B34CCF;
}
</style>
border-color css
<style>
span { border-color: #B34CCF; }
span { border-color: rgb(179,76,207); }
td.TdClassName
{
border-color: #B34CCF;
}
.TagClassName
{
border-color: #B34CCF;
}
</style>