#B136BD

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

Shades of Fuchsia #B136BD

Tints of Fuchsia #B136BD

Color information

#B136BD (or 0xB136BD) is unknown color: approx Fuchsia. HEX triplet: B1, 36 and BD. RGB value is (177,54,189). Sum of RGB (Red+Green+Blue) = 177+54+189=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #B136BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136BD is #4EC942. Grayscale: #696969. Windows color (decimal): -5163331 or 12400305. OLE color: 12400305.

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

Color convert

RGB17754189-
CMYK0.060.7100.26
HSL294.67º55.56%47.65%-
HSV(B)294.67º71.43%74.12%-
XYZ28.6415.6649.66-
YUV106.17174.75178.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 54 (21.48% from 255) = 12.86%
BLUE value IS 189 (74.22% from 255) = 45%
R=42.14%
G=12.86%
B=45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177541890.060.7100.26294.6755.5647.65
HexB136BD64701A1273830
Octal2616627561070324477060
Binary10110001110110101111011101000111011010100100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136BD; }

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

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

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

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

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

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

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

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