#B135A7

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

Shades of Fuchsia #B135A7

Tints of Fuchsia #B135A7

Color information

#B135A7 (or 0xB135A7) is unknown color: approx Fuchsia. HEX triplet: B1, 35 and A7. RGB value is (177,53,167). Sum of RGB (Red+Green+Blue) = 177+53+167=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B135A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B135A7 is #4ECA58. Grayscale: #666666. Windows color (decimal): -5163609 or 10958257. OLE color: 10958257.

HSL color Cylindrical-coordinate representation of color #B135A7: hue angle of 304.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B135A7 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17753167-
CMYK00.700.060.31
HSL304.84º53.91%45.1%-
HSV(B)304.84º70.06%69.41%-
XYZ26.3814.6838-
YUV103.07164.08180.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 53 (21.09% from 255) = 13.35%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=44.58%
G=13.35%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775316700.700.060.31304.8453.9145.1
HexB135A704661F131362d
Octal2616524701066374616655
Binary10110001110101101001110100011011011111100110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B135A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B135A7; }

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

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

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

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

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

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

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

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