#B338BF

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

Shades of Fuchsia #B338BF

Tints of Fuchsia #B338BF

Color information

#B338BF (or 0xB338BF) is unknown color: approx Fuchsia. HEX triplet: B3, 38 and BF. RGB value is (179,56,191). Sum of RGB (Red+Green+Blue) = 179+56+191=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #B338BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338BF is #4CC740. Grayscale: #6B6B6B. Windows color (decimal): -5031745 or 12531891. OLE color: 12531891.

HSL color Cylindrical-coordinate representation of color #B338BF: hue angle of 294.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B338BF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17956191-
CMYK0.060.7100.25
HSL294.67º54.66%48.43%-
HSV(B)294.67º70.68%74.9%-
XYZ29.4116.1750.86-
YUV108.17174.75178.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 191 (75% from 255) = 44.84%
R=42.02%
G=13.15%
B=44.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179561910.060.7100.25294.6754.6648.43
HexB338BF6470191273730
Octal2637027761070314476760
Binary10110011111000101111111101000111011001100100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338BF; }

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

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

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

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

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

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

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

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