#B346CF

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

Shades of Medium Orchid #B346CF

Tints of Medium Orchid #B346CF

Color information

#B346CF (or 0xB346CF) is unknown color: approx Medium Orchid. HEX triplet: B3, 46 and CF. RGB value is (179,70,207). Sum of RGB (Red+Green+Blue) = 179+70+207=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B346CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346CF is #4CB930. Grayscale: #757575. Windows color (decimal): -5028145 or 13584051. OLE color: 13584051.

HSL color Cylindrical-coordinate representation of color #B346CF: hue angle of 287.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B346CF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17970207-
CMYK0.140.6600.19
HSL287.74º58.8%54.31%-
HSV(B)287.74º66.18%81.18%-
XYZ32.0418.4760.91-
YUV118.21178.11171.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 70 (27.73% from 255) = 15.35%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=39.25%
G=15.35%
B=45.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179702070.140.6600.19287.7458.854.31
HexB346CFE420131203b36
Octal263106317161020234407366
Binary1011001110001101100111111101000010010011100100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B346CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B346CF; }

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

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

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

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

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

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

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

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