#B75DB5

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

Shades of Fuchsia #B75DB5

Tints of Fuchsia #B75DB5

Color information

#B75DB5 (or 0xB75DB5) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and B5. RGB value is (183,93,181). Sum of RGB (Red+Green+Blue) = 183+93+181=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DB5 is #48A24A. Grayscale: #818181. Windows color (decimal): -4760139 or 11886007. OLE color: 11886007.

HSL color Cylindrical-coordinate representation of color #B75DB5: hue angle of 301.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75DB5 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18393181-
CMYK00.490.010.28
HSL301.33º38.46%54.12%-
HSV(B)301.33º49.18%71.76%-
XYZ31.7821.2346.14-
YUV129.94156.82165.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 181 (71.09% from 255) = 39.61%
R=40.04%
G=20.35%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839318100.490.010.28301.3338.4654.12
HexB75DB503111C12d2636
Octal2671352650611344554666
Binary101101111011101101101010110001111100100101101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DB5; }

 p { color: rgb(183,93,181); }

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

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

 a { background-color: rgb(183,93,181); }

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

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

 span { border-color: rgb(183,93,181); }

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