#B75DB0

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

Shades of Fuchsia #B75DB0

Tints of Fuchsia #B75DB0

Color information

#B75DB0 (or 0xB75DB0) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and B0. RGB value is (183,93,176). Sum of RGB (Red+Green+Blue) = 183+93+176=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75DB0 is #48A24F. Grayscale: #818181. Windows color (decimal): -4760144 or 11558327. OLE color: 11558327.

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

Color convert

RGB18393176-
CMYK00.490.040.28
HSL304.67º38.46%54.12%-
HSV(B)304.67º49.18%71.76%-
XYZ31.2821.0343.49-
YUV129.37154.32166.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=40.49%
G=20.58%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839317600.490.040.28304.6738.4654.12
HexB75DB003141C1312636
Octal2671352600614344614666
Binary10110111101110110110000011000110011100100110001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DB0; }

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

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

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

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

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

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

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

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