#B75BB1

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

Shades of Fuchsia #B75BB1

Tints of Fuchsia #B75BB1

Color information

#B75BB1 (or 0xB75BB1) is unknown color: approx Fuchsia. HEX triplet: B7, 5B and B1. RGB value is (183,91,177). Sum of RGB (Red+Green+Blue) = 183+91+177=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BB1 is #48A44E. Grayscale: #808080. Windows color (decimal): -4760655 or 11623351. OLE color: 11623351.

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

Color convert

RGB18391177-
CMYK00.500.030.28
HSL303.91º38.98%53.73%-
HSV(B)303.91º50.27%71.76%-
XYZ31.2120.7243.95-
YUV128.31155.48167.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=40.58%
G=20.18%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839117700.500.030.28303.9138.9853.73
HexB75BB103231C1302736
Octal2671332610623344604766
Binary1011011110110111011000101100101111100100110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75BB1; }

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

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

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

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

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

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

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

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