Shades of Medium Orchid #B34BDC
Tints of Medium Orchid #B34BDC
RGB
CMYK
RGB Variations
Color information
#B34BDC (or 0xB34BDC) is known color: Medium Orchid. HEX triplet: B3, 4B and DC. RGB value is (179,75,220). Sum of RGB (Red+Green+Blue) = 179+75+220=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #B34BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34BDC is #4CB423. Grayscale: #7A7A7A. Windows color (decimal): -5026852 or 14437299. OLE color: 14437299.
HSL color Cylindrical-coordinate representation of color #B34BDC: hue angle of 283.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34BDC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 75 | 220 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.14 |
| HSL | 283.03º | 0.67% | 0.58% | - |
| HSV(B) | 283.03º | 0.66% | 0.86% | - |
| XYZ | 34.02 | 19.78 | 69.74 | - |
| YUV | 122.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 75 | 220 | 0.19 | 0.66 | 0 | 0.14 | 283.03 | 0.67 | 0.58 |
| Hex | B3 | 4B | DC | 13 | 42 | 0 | E | 11B | 43 | 3A |
| Octal | 263 | 113 | 334 | 23 | 102 | 0 | 16 | 433 | 103 | 72 |
| Binary | 10110011 | 1001011 | 11011100 | 10011 | 1000010 | 0 | 1110 | 100011011 | 1000011 | 111010 |
Color Harmonies of #B34BDC
Complementary color
Monochromatic Colors of #B34BDC
Black with #B34BDC
Text Example
Text Example
White with #B34BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34BDC; }
p { color: rgb(179,75,220); }
H1.HeaderClassName
{
color: #B34BDC;
}
.AnyTagClassName
{
color: #B34BDC;
}
</style>
background-color css
<style>
a { background-color: #B34BDC; }
a { background-color: rgb(179,75,220); }
div.DivClassName
{
background-color: #B34BDC;
}
.BgClassName
{
background-color: #B34BDC;
}
</style>
border-color css
<style>
span { border-color: #B34BDC; }
span { border-color: rgb(179,75,220); }
td.TdClassName
{
border-color: #B34BDC;
}
.TagClassName
{
border-color: #B34BDC;
}
</style>