#B345E9

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

Shades of Medium Orchid #B345E9

Tints of Medium Orchid #B345E9

Color information

#B345E9 (or 0xB345E9) is unknown color: approx Medium Orchid. HEX triplet: B3, 45 and E9. RGB value is (179,69,233). Sum of RGB (Red+Green+Blue) = 179+69+233=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #B345E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345E9 is #4CBA16. Grayscale: #787878. Windows color (decimal): -5028375 or 15287731. OLE color: 15287731.

HSL color Cylindrical-coordinate representation of color #B345E9: hue angle of 280.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B345E9 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17969233-
CMYK0.230.7000.09
HSL280.24º78.85%59.22%-
HSV(B)280.24º70.39%91.37%-
XYZ35.4319.7279.03-
YUV120.59191.44169.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 233 (91.41% from 255) = 48.44%
R=37.21%
G=14.35%
B=48.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179692330.230.7000.09280.2478.8559.22
HexB345E91746091184f3b
Octal2631053512710601143011773
Binary10110011100010111101001101111000110010011000110001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B345E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B345E9; }

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

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

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

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

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

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

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

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