#B338B5

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

Shades of Fuchsia #B338B5

Tints of Fuchsia #B338B5

Color information

#B338B5 (or 0xB338B5) is unknown color: approx Fuchsia. HEX triplet: B3, 38 and B5. RGB value is (179,56,181). Sum of RGB (Red+Green+Blue) = 179+56+181=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #B338B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338B5 is #4CC74A. Grayscale: #6A6A6A. Windows color (decimal): -5031755 or 11876531. OLE color: 11876531.

HSL color Cylindrical-coordinate representation of color #B338B5: hue angle of 299.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B338B5 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17956181-
CMYK0.010.6900.29
HSL299.04º52.74%46.47%-
HSV(B)299.04º69.06%70.98%-
XYZ28.3515.7545.26-
YUV107.03169.75179.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 181 (71.09% from 255) = 43.51%
R=43.03%
G=13.46%
B=43.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179561810.010.6900.29299.0452.7446.47
HexB338B514501D12b352e
Octal2637026511050354536556
Binary101100111110001011010111000101011101100101011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338B5; }

 p { color: rgb(179,56,181); }

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

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

 a { background-color: rgb(179,56,181); }

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

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

 span { border-color: rgb(179,56,181); }

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