#B75CB3

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

Shades of Fuchsia #B75CB3

Tints of Fuchsia #B75CB3

Color information

#B75CB3 (or 0xB75CB3) is unknown color: approx Fuchsia. HEX triplet: B7, 5C and B3. RGB value is (183,92,179). Sum of RGB (Red+Green+Blue) = 183+92+179=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CB3 is #48A34C. Grayscale: #808080. Windows color (decimal): -4760397 or 11754679. OLE color: 11754679.

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

Color convert

RGB18392179-
CMYK00.500.020.28
HSL302.64º38.72%53.92%-
HSV(B)302.64º49.73%71.76%-
XYZ31.4920.9845.04-
YUV129.13156.15166.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=40.31%
G=20.26%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839217900.500.020.28302.6438.7253.92
HexB75CB303221C12f2736
Octal2671342630622344574766
Binary1011011110111001011001101100101011100100101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CB3; }

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

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

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

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

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

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

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

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