Shades of Medium Orchid #B348FF
Tints of Medium Orchid #B348FF
RGB
CMYK
RGB Variations
Color information
#B348FF (or 0xB348FF) is known color: Medium Orchid. HEX triplet: B3, 48 and FF. RGB value is (179,72,255). Sum of RGB (Red+Green+Blue) = 179+72+255=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B348FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348FF is #4CB700. Grayscale: #7C7C7C. Windows color (decimal): -5027585 or 16730291. OLE color: 16730291.
HSL color Cylindrical-coordinate representation of color #B348FF: hue angle of 275.08º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B348FF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 72 | 255 | - |
| CMYK | 0.30 | 0.72 | 0 | 0 |
| HSL | 275.08º | 1% | 0.64% | - |
| HSV(B) | 275.08º | 0.72% | 1% | - |
| XYZ | 38.96 | 21.44 | 96.69 | - |
| YUV | 124.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 255 | 0.30 | 0.72 | 0 | 0 | 275.08 | 1 | 0.64 |
| Hex | B3 | 48 | FF | 1E | 48 | 0 | 0 | 113 | 64 | 40 |
| Octal | 263 | 110 | 377 | 36 | 110 | 0 | 0 | 423 | 144 | 100 |
| Binary | 10110011 | 1001000 | 11111111 | 11110 | 1001000 | 0 | 0 | 100010011 | 1100100 | 1000000 |
Color Harmonies of #B348FF
Complementary color
Monochromatic Colors of #B348FF
Black with #B348FF
Text Example
Text Example
White with #B348FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B348FF; }
p { color: rgb(179,72,255); }
H1.HeaderClassName
{
color: #B348FF;
}
.AnyTagClassName
{
color: #B348FF;
}
</style>
background-color css
<style>
a { background-color: #B348FF; }
a { background-color: rgb(179,72,255); }
div.DivClassName
{
background-color: #B348FF;
}
.BgClassName
{
background-color: #B348FF;
}
</style>
border-color css
<style>
span { border-color: #B348FF; }
span { border-color: rgb(179,72,255); }
td.TdClassName
{
border-color: #B348FF;
}
.TagClassName
{
border-color: #B348FF;
}
</style>