#B75CAA

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

Shades of Fuchsia #B75CAA

Tints of Fuchsia #B75CAA

Color information

#B75CAA (or 0xB75CAA) is unknown color: approx Fuchsia. HEX triplet: B7, 5C and AA. RGB value is (183,92,170). Sum of RGB (Red+Green+Blue) = 183+92+170=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75CAA is #48A355. Grayscale: #7F7F7F. Windows color (decimal): -4760406 or 11164855. OLE color: 11164855.

HSL color Cylindrical-coordinate representation of color #B75CAA: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75CAA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18392170-
CMYK00.500.070.28
HSL308.57º38.72%53.92%-
HSV(B)308.57º49.73%71.76%-
XYZ30.6120.6240.4-
YUV128.1151.65167.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=41.12%
G=20.67%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839217000.500.070.28308.5738.7253.92
HexB75CAA03271C1352736
Octal2671342520627344654766
Binary10110111101110010101010011001011111100100110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CAA; }

 p { color: rgb(183,92,170); }

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

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

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

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

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

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

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