#B75DBA

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

Shades of Fuchsia #B75DBA

Tints of Fuchsia #B75DBA

Color information

#B75DBA (or 0xB75DBA) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and BA. RGB value is (183,93,186). Sum of RGB (Red+Green+Blue) = 183+93+186=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B75DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DBA is #48A245. Grayscale: #828282. Windows color (decimal): -4760134 or 12213687. OLE color: 12213687.

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

Color convert

RGB18393186-
CMYK0.020.500.27
HSL298.06º40.26%54.71%-
HSV(B)298.06º50%72.94%-
XYZ32.3121.4448.89-
YUV130.51159.32165.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=39.61%
G=20.13%
B=40.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183931860.020.500.27298.0640.2654.71
HexB75DBA23201B12a2837
Octal2671352722620334525067
Binary1011011110111011011101010110010011011100101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DBA; }

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

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

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

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

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

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

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

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