#B345EE

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

Shades of Medium Orchid #B345EE

Tints of Medium Orchid #B345EE

Color information

#B345EE (or 0xB345EE) is unknown color: approx Medium Orchid. HEX triplet: B3, 45 and EE. RGB value is (179,69,238). Sum of RGB (Red+Green+Blue) = 179+69+238=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B345EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345EE is #4CBA11. Grayscale: #787878. Windows color (decimal): -5028370 or 15615411. OLE color: 15615411.

HSL color Cylindrical-coordinate representation of color #B345EE: hue angle of 279.05º 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 #B345EE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17969238-
CMYK0.250.7100.07
HSL279.05º83.25%60.2%-
HSV(B)279.05º71.01%93.33%-
XYZ36.1520.0182.85-
YUV121.16193.94169.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 69 (27.34% from 255) = 14.20%
BLUE value IS 238 (93.36% from 255) = 48.97%
R=36.83%
G=14.20%
B=48.97%

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
Decimal179692380.250.7100.07279.0583.2560.2
HexB345EE194707117533c
Octal263105356311070742712374
Binary1011001110001011110111011001100011101111000101111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B345EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B345EE; }

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

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

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

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

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

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

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

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