#B339D3

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

Shades of Medium Orchid #B339D3

Tints of Medium Orchid #B339D3

Color information

#B339D3 (or 0xB339D3) is unknown color: approx Medium Orchid. HEX triplet: B3, 39 and D3. RGB value is (179,57,211). Sum of RGB (Red+Green+Blue) = 179+57+211=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #B339D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339D3 is #4CC62C. Grayscale: #6E6E6E. Windows color (decimal): -5031469 or 13842867. OLE color: 13842867.

HSL color Cylindrical-coordinate representation of color #B339D3: hue angle of 287.53º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B339D3 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17957211-
CMYK0.150.7300.17
HSL287.53º63.64%52.55%-
HSV(B)287.53º72.99%82.75%-
XYZ31.8117.2163.27-
YUV111.03184.42176.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 57 (22.66% from 255) = 12.75%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=40.04%
G=12.75%
B=47.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal179572110.150.7300.17287.5363.6452.55
HexB339D3F490111204035
Octal263713231711102144010065
Binary1011001111100111010011111110010010100011001000001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339D3; }

 p { color: rgb(179,57,211); }

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

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

 a { background-color: rgb(179,57,211); }

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

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

 span { border-color: rgb(179,57,211); }

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