#B135BB

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

Shades of Fuchsia #B135BB

Tints of Fuchsia #B135BB

Color information

#B135BB (or 0xB135BB) is unknown color: approx Fuchsia. HEX triplet: B1, 35 and BB. RGB value is (177,53,187). Sum of RGB (Red+Green+Blue) = 177+53+187=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B135BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135BB is #4ECA44. Grayscale: #686868. Windows color (decimal): -5163589 or 12268977. OLE color: 12268977.

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

Color convert

RGB17753187-
CMYK0.050.7200.27
HSL295.52º55.83%47.06%-
HSV(B)295.52º71.66%73.33%-
XYZ28.3715.4848.51-
YUV105.35174.08179.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=42.45%
G=12.71%
B=44.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177531870.050.7200.27295.5255.8347.06
HexB135BB54801B128382f
Octal2616527351100334507057
Binary10110001110101101110111011001000011011100101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135BB; }

 p { color: rgb(177,53,187); }

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

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

 a { background-color: rgb(177,53,187); }

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

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

 span { border-color: rgb(177,53,187); }

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