#B75ABF

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

Shades of Fuchsia #B75ABF

Tints of Fuchsia #B75ABF

Color information

#B75ABF (or 0xB75ABF) is unknown color: approx Fuchsia. HEX triplet: B7, 5A and BF. RGB value is (183,90,191). Sum of RGB (Red+Green+Blue) = 183+90+191=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #B75ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ABF is #48A540. Grayscale: #818181. Windows color (decimal): -4760897 or 12540599. OLE color: 12540599.

HSL color Cylindrical-coordinate representation of color #B75ABF: hue angle of 295.25º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75ABF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18390191-
CMYK0.040.5300.25
HSL295.25º44.1%55.1%-
HSV(B)295.25º52.88%74.9%-
XYZ32.5921.1451.65-
YUV129.32162.81166.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 90 (35.55% from 255) = 19.40%
BLUE value IS 191 (75% from 255) = 41.16%
R=39.44%
G=19.40%
B=41.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183901910.040.5300.25295.2544.155.1
HexB75ABF4350191272c37
Octal2671322774650314475467
Binary10110111101101010111111100110101011001100100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75ABF; }

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

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

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

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

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

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

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

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