#B75AB6

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

Shades of Fuchsia #B75AB6

Tints of Fuchsia #B75AB6

Color information

#B75AB6 (or 0xB75AB6) is unknown color: approx Fuchsia. HEX triplet: B7, 5A and B6. RGB value is (183,90,182). Sum of RGB (Red+Green+Blue) = 183+90+182=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75AB6 is #48A549. Grayscale: #808080. Windows color (decimal): -4760906 or 11950775. OLE color: 11950775.

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

Color convert

RGB18390182-
CMYK00.510.010.28
HSL300.65º39.24%53.53%-
HSV(B)300.65º50.82%71.76%-
XYZ31.6320.7646.6-
YUV128.29158.31167.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 182 (71.48% from 255) = 40%
R=40.22%
G=19.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839018200.510.010.28300.6539.2453.53
HexB75AB603311C12d2736
Octal2671322660631344554766
Binary101101111011010101101100110011111100100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AB6; }

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

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

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

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

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

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

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

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