#B75AB1

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

Shades of Fuchsia #B75AB1

Tints of Fuchsia #B75AB1

Color information

#B75AB1 (or 0xB75AB1) is unknown color: approx Fuchsia. HEX triplet: B7, 5A and B1. RGB value is (183,90,177). Sum of RGB (Red+Green+Blue) = 183+90+177=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AB1 is #48A54E. Grayscale: #7F7F7F. Windows color (decimal): -4760911 or 11623095. OLE color: 11623095.

HSL color Cylindrical-coordinate representation of color #B75AB1: hue angle of 303.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75AB1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18390177-
CMYK00.510.030.28
HSL303.87º39.24%53.53%-
HSV(B)303.87º50.82%71.76%-
XYZ31.1220.5543.92-
YUV127.72155.81167.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=40.67%
G=20%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839017700.510.030.28303.8739.2453.53
HexB75AB103331C1302736
Octal2671322610633344604766
Binary1011011110110101011000101100111111100100110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AB1; }

 p { color: rgb(183,90,177); }

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

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

 a { background-color: rgb(183,90,177); }

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

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

 span { border-color: rgb(183,90,177); }

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