Shades of Medium Orchid #B348DA
Tints of Medium Orchid #B348DA
RGB
CMYK
RGB Variations
Color information
#B348DA (or 0xB348DA) is known color: Medium Orchid. HEX triplet: B3, 48 and DA. RGB value is (179,72,218). Sum of RGB (Red+Green+Blue) = 179+72+218=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #B348DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348DA is #4CB725. Grayscale: #787878. Windows color (decimal): -5027622 or 14305459. OLE color: 14305459.
HSL color Cylindrical-coordinate representation of color #B348DA: hue angle of 283.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B348DA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 72 | 218 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.15 |
| HSL | 283.97º | 0.66% | 0.57% | - |
| HSV(B) | 283.97º | 0.67% | 0.85% | - |
| XYZ | 33.56 | 19.28 | 68.28 | - |
| YUV | 120.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 218 | 0.18 | 0.67 | 0 | 0.15 | 283.97 | 0.66 | 0.57 |
| Hex | B3 | 48 | DA | 12 | 43 | 0 | F | 11C | 42 | 39 |
| Octal | 263 | 110 | 332 | 22 | 103 | 0 | 17 | 434 | 102 | 71 |
| Binary | 10110011 | 1001000 | 11011010 | 10010 | 1000011 | 0 | 1111 | 100011100 | 1000010 | 111001 |
Color Harmonies of #B348DA
Complementary color
Monochromatic Colors of #B348DA
Black with #B348DA
Text Example
Text Example
White with #B348DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348DA; }
p { color: rgb(179,72,218); }
H1.HeaderClassName
{
color: #B348DA;
}
.AnyTagClassName
{
color: #B348DA;
}
</style>
background-color css
<style>
a { background-color: #B348DA; }
a { background-color: rgb(179,72,218); }
div.DivClassName
{
background-color: #B348DA;
}
.BgClassName
{
background-color: #B348DA;
}
</style>
border-color css
<style>
span { border-color: #B348DA; }
span { border-color: rgb(179,72,218); }
td.TdClassName
{
border-color: #B348DA;
}
.TagClassName
{
border-color: #B348DA;
}
</style>