#B75CB4

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

Shades of Fuchsia #B75CB4

Tints of Fuchsia #B75CB4

Color information

#B75CB4 (or 0xB75CB4) is unknown color: approx Fuchsia. HEX triplet: B7, 5C and B4. RGB value is (183,92,180). Sum of RGB (Red+Green+Blue) = 183+92+180=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B75CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CB4 is #48A34B. Grayscale: #808080. Windows color (decimal): -4760396 or 11820215. OLE color: 11820215.

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

Color convert

RGB18392180-
CMYK00.500.020.28
HSL301.98º38.72%53.92%-
HSV(B)301.98º49.73%71.76%-
XYZ31.5921.0245.57-
YUV129.24156.65166.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=40.22%
G=20.22%
B=39.56%

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
Decimal1839218000.500.020.28301.9838.7253.92
HexB75CB403221C12e2736
Octal2671342640622344564766
Binary1011011110111001011010001100101011100100101110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75CB4; }

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

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

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

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

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

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

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

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