#B75ABD

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

Shades of Fuchsia #B75ABD

Tints of Fuchsia #B75ABD

Color information

#B75ABD (or 0xB75ABD) is unknown color: approx Fuchsia. HEX triplet: B7, 5A and BD. RGB value is (183,90,189). Sum of RGB (Red+Green+Blue) = 183+90+189=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #B75ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ABD is #48A542. Grayscale: #808080. Windows color (decimal): -4760899 or 12409527. OLE color: 12409527.

HSL color Cylindrical-coordinate representation of color #B75ABD: hue angle of 296.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75ABD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18390189-
CMYK0.030.5200.26
HSL296.36º42.86%54.71%-
HSV(B)296.36º52.38%74.12%-
XYZ32.3721.0550.5-
YUV129.09161.81166.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=39.61%
G=19.48%
B=40.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183901890.030.5200.26296.3642.8654.71
HexB75ABD33401A1282b37
Octal2671322753640324505367
Binary1011011110110101011110111110100011010100101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75ABD; }

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

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

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

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

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

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

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

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