#B336A7

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

Shades of Fuchsia #B336A7

Tints of Fuchsia #B336A7

Color information

#B336A7 (or 0xB336A7) is unknown color: approx Fuchsia. HEX triplet: B3, 36 and A7. RGB value is (179,54,167). Sum of RGB (Red+Green+Blue) = 179+54+167=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B336A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336A7 is #4CC958. Grayscale: #676767. Windows color (decimal): -5032281 or 10958515. OLE color: 10958515.

HSL color Cylindrical-coordinate representation of color #B336A7: hue angle of 305.76º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B336A7 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17954167-
CMYK00.700.070.30
HSL305.76º53.65%45.69%-
HSV(B)305.76º69.83%70.2%-
XYZ26.8815.0138.04-
YUV104.26163.41181.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 167 (65.62% from 255) = 41.75%
R=44.75%
G=13.5%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795416700.700.070.30305.7653.6545.69
HexB336A704671E132362e
Octal2636624701067364626656
Binary10110011110110101001110100011011111110100110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336A7; }

 p { color: rgb(179,54,167); }

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

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

 a { background-color: rgb(179,54,167); }

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

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

 span { border-color: rgb(179,54,167); }

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