#B75ABB

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

Shades of Fuchsia #B75ABB

Tints of Fuchsia #B75ABB

Color information

#B75ABB (or 0xB75ABB) is unknown color: approx Fuchsia. HEX triplet: B7, 5A and BB. RGB value is (183,90,187). Sum of RGB (Red+Green+Blue) = 183+90+187=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #B75ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ABB is #48A544. Grayscale: #808080. Windows color (decimal): -4760901 or 12278455. OLE color: 12278455.

HSL color Cylindrical-coordinate representation of color #B75ABB: hue angle of 297.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75ABB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18390187-
CMYK0.020.5200.27
HSL297.53º41.63%54.31%-
HSV(B)297.53º51.87%73.33%-
XYZ32.1520.9749.37-
YUV128.86160.81166.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 90 (35.55% from 255) = 19.57%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=39.78%
G=19.57%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183901870.020.5200.27297.5341.6354.31
HexB75ABB23401B12a2a36
Octal2671322732640334525266
Binary1011011110110101011101110110100011011100101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75ABB; }

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

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

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

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

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

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

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

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