#B346EE

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

Shades of Medium Orchid #B346EE

Tints of Medium Orchid #B346EE

Color information

#B346EE (or 0xB346EE) is unknown color: approx Medium Orchid. HEX triplet: B3, 46 and EE. RGB value is (179,70,238). Sum of RGB (Red+Green+Blue) = 179+70+238=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #B346EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B346EE is #4CB911. Grayscale: #797979. Windows color (decimal): -5028114 or 15615667. OLE color: 15615667.

HSL color Cylindrical-coordinate representation of color #B346EE: hue angle of 278.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B346EE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17970238-
CMYK0.250.7100.07
HSL278.93º83.17%60.39%-
HSV(B)278.93º70.59%93.33%-
XYZ36.2120.1482.87-
YUV121.74193.61168.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 70 (27.73% from 255) = 14.37%
BLUE value IS 238 (93.36% from 255) = 48.87%
R=36.76%
G=14.37%
B=48.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal179702380.250.7100.07278.9383.1760.39
HexB346EE194707117533c
Octal263106356311070742712374
Binary1011001110001101110111011001100011101111000101111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B346EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B346EE; }

 p { color: rgb(179,70,238); }

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

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

 a { background-color: rgb(179,70,238); }

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

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

 span { border-color: rgb(179,70,238); }

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