#B75EBA

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

Shades of Fuchsia #B75EBA

Tints of Fuchsia #B75EBA

Color information

#B75EBA (or 0xB75EBA) is unknown color: approx Fuchsia. HEX triplet: B7, 5E and BA. RGB value is (183,94,186). Sum of RGB (Red+Green+Blue) = 183+94+186=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B75EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EBA is #48A145. Grayscale: #828282. Windows color (decimal): -4759878 or 12213943. OLE color: 12213943.

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

Color convert

RGB18394186-
CMYK0.020.4900.27
HSL298.04º40%54.9%-
HSV(B)298.04º49.46%72.94%-
XYZ32.3921.6248.92-
YUV131.1158.99165.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=39.52%
G=20.30%
B=40.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183941860.020.4900.27298.044054.9
HexB75EBA23101B12a2837
Octal2671362722610334525067
Binary1011011110111101011101010110001011011100101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75EBA; }

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

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

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

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

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

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

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

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