#B75AB7

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

Shades of Fuchsia #B75AB7

Tints of Fuchsia #B75AB7

Color information

#B75AB7 (or 0xB75AB7) is unknown color: approx Fuchsia. HEX triplet: B7, 5A and B7. RGB value is (183,90,183). Sum of RGB (Red+Green+Blue) = 183+90+183=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B75AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75AB7 is #48A548. Grayscale: #808080. Windows color (decimal): -4760905 or 12016311. OLE color: 12016311.

HSL color Cylindrical-coordinate representation of color #B75AB7: hue angle of 300º 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 #B75AB7 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18390183-
CMYK00.5100.28
HSL300º39.24%53.53%-
HSV(B)300º50.82%71.76%-
XYZ31.7320.847.14-
YUV128.41158.81166.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=40.13%
G=19.74%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839018300.5100.2830039.2453.53
HexB75AB703301C12c2736
Octal2671322670630344544766
Binary101101111011010101101110110011011100100101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AB7; }

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

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

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

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

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

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

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

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