#b337f6

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

Shades of Medium Orchid #B337F6

Tints of Medium Orchid #B337F6

Color information

#B337F6 (or 0xB337F6) is unknown color: approx Medium Orchid. HEX triplet: B3, 37 and F6. RGB value is (179,55,246). Sum of RGB (Red+Green+Blue) = 179+55+246=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #B337F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B337F6 is #4CC809. Grayscale: #717171. Windows color (decimal): -5031946 or 16136115. OLE color: 16136115.

HSL color Cylindrical-coordinate representation of color #B337F6: hue angle of 278.95º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B337F6 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17955246-
CMYK0.270.7800.04
HSL278.95º91.39%59.02%-
HSV(B)278.95º77.64%96.47%-
XYZ36.5918.9788.92-
YUV113.85202.58174.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 55 (21.88% from 255) = 11.46%
BLUE value IS 246 (96.48% from 255) = 51.25%
R=37.29%
G=11.46%
B=51.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal179552460.270.7800.04278.9591.3959.02
HexB337F61B4E041175b3b
Octal26367366331160442713373
Binary101100111101111111011011011100111001001000101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b337f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b337f6; }

 p { color: rgb(179,55,246); }

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

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

 a { background-color: rgb(179,55,246); }

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

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

 span { border-color: rgb(179,55,246); }

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