#B339E6

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

Shades of Medium Orchid #B339E6

Tints of Medium Orchid #B339E6

Color information

#B339E6 (or 0xB339E6) is unknown color: approx Medium Orchid. HEX triplet: B3, 39 and E6. RGB value is (179,57,230). Sum of RGB (Red+Green+Blue) = 179+57+230=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #B339E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B339E6 is #4CC619. Grayscale: #707070. Windows color (decimal): -5031450 or 15088051. OLE color: 15088051.

HSL color Cylindrical-coordinate representation of color #B339E6: hue angle of 282.31º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B339E6 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17957230-
CMYK0.220.7500.10
HSL282.31º77.58%56.27%-
HSV(B)282.31º75.22%90.2%-
XYZ34.3418.2276.57-
YUV113.2193.92174.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 57 (22.66% from 255) = 12.23%
BLUE value IS 230 (90.23% from 255) = 49.36%
R=38.41%
G=12.23%
B=49.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179572300.220.7500.10282.3177.5856.27
HexB339E6164B0A11a4e38
Octal263713462611301243211670
Binary1011001111100111100110101101001011010101000110101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339E6; }

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

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

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

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

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

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

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

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