#B75DB9

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

Shades of Fuchsia #B75DB9

Tints of Fuchsia #B75DB9

Color information

#B75DB9 (or 0xB75DB9) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and B9. RGB value is (183,93,185). Sum of RGB (Red+Green+Blue) = 183+93+185=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #B75DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DB9 is #48A246. Grayscale: #828282. Windows color (decimal): -4760135 or 12148151. OLE color: 12148151.

HSL color Cylindrical-coordinate representation of color #B75DB9: hue angle of 298.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75DB9 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18393185-
CMYK0.010.5000.27
HSL298.7º39.66%54.51%-
HSV(B)298.7º49.73%72.55%-
XYZ32.221.448.33-
YUV130.4158.82165.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=39.70%
G=20.17%
B=40.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183931850.010.5000.27298.739.6654.51
HexB75DB913201B12b2837
Octal2671352711620334535067
Binary101101111011101101110011110010011011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DB9; }

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

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

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

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

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

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

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

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