#B348D1

Color #B348D1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B348D1

Tints of Medium Orchid #B348D1

Color information

#B348D1 (or 0xB348D1) is unknown color: approx Medium Orchid. HEX triplet: B3, 48 and D1. RGB value is (179,72,209). Sum of RGB (Red+Green+Blue) = 179+72+209=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #B348D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348D1 is #4CB72E. Grayscale: #777777. Windows color (decimal): -5027631 or 13715635. OLE color: 13715635.

HSL color Cylindrical-coordinate representation of color #B348D1: hue angle of 286.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B348D1 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17972209-
CMYK0.140.6600.18
HSL286.86º59.83%55.1%-
HSV(B)286.86º65.55%81.96%-
XYZ32.4218.8262.25-
YUV119.61178.45170.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=38.91%
G=15.65%
B=45.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179722090.140.6600.18286.8659.8355.1
HexB348D1E4201211f3c37
Octal263110321161020224377467
Binary1011001110010001101000111101000010010010100011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B348D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B348D1; }

 p { color: rgb(179,72,209); }

 H1.HeaderClassName
 {
   color: #B348D1;
 }
 .AnyTagClassName
 {
   color: #B348D1;
 }
</style>
background-color css

<style>
 a { background-color: #B348D1; }

 a { background-color: rgb(179,72,209); }

 div.DivClassName
 {
   background-color: #B348D1;
 }
 .BgClassName
 {
   background-color: #B348D1;
 }
</style>
border-color css

<style>
 span { border-color: #B348D1; }

 span { border-color: rgb(179,72,209); }

 td.TdClassName
 {
   border-color: #B348D1;
 }
 .TagClassName
 {
   border-color: #B348D1;
 }
</style>