#B136B4

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

Shades of Fuchsia #B136B4

Tints of Fuchsia #B136B4

Color information

#B136B4 (or 0xB136B4) is unknown color: approx Fuchsia. HEX triplet: B1, 36 and B4. RGB value is (177,54,180). Sum of RGB (Red+Green+Blue) = 177+54+180=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #B136B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136B4 is #4EC94B. Grayscale: #686868. Windows color (decimal): -5163340 or 11810481. OLE color: 11810481.

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

Color convert

RGB17754180-
CMYK0.020.700.29
HSL298.57º53.85%45.88%-
HSV(B)298.57º70%70.59%-
XYZ27.6915.2844.67-
YUV105.14170.25179.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 54 (21.48% from 255) = 13.14%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=43.07%
G=13.14%
B=43.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177541800.020.700.29298.5753.8545.88
HexB136B424601D12b362e
Octal2616626421060354536656
Binary1011000111011010110100101000110011101100101011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136B4; }

 p { color: rgb(177,54,180); }

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

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

 a { background-color: rgb(177,54,180); }

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

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

 span { border-color: rgb(177,54,180); }

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