#B939B3

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

Shades of Fuchsia #B939B3

Tints of Fuchsia #B939B3

Color information

#B939B3 (or 0xB939B3) is unknown color: approx Fuchsia. HEX triplet: B9, 39 and B3. RGB value is (185,57,179). Sum of RGB (Red+Green+Blue) = 185+57+179=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B939B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939B3 is #46C64C. Grayscale: #6C6C6C. Windows color (decimal): -4638285 or 11745721. OLE color: 11745721.

HSL color Cylindrical-coordinate representation of color #B939B3: hue angle of 302.81º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B939B3 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18557179-
CMYK00.690.030.27
HSL302.81º52.89%47.45%-
HSV(B)302.81º69.19%72.55%-
XYZ29.6116.544.27-
YUV109.18167.41182.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 57 (22.66% from 255) = 13.54%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=43.94%
G=13.54%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855717900.690.030.27302.8152.8947.45
HexB939B304531B12f352f
Octal2717126301053334576557
Binary1011100111100110110011010001011111011100101111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B939B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B939B3; }

 p { color: rgb(185,57,179); }

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

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

 a { background-color: rgb(185,57,179); }

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

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

 span { border-color: rgb(185,57,179); }

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