#B75EBE

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

Shades of Fuchsia #B75EBE

Tints of Fuchsia #B75EBE

Color information

#B75EBE (or 0xB75EBE) is unknown color: approx Fuchsia. HEX triplet: B7, 5E and BE. RGB value is (183,94,190). Sum of RGB (Red+Green+Blue) = 183+94+190=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B75EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EBE is #48A141. Grayscale: #838383. Windows color (decimal): -4759874 or 12476087. OLE color: 12476087.

HSL color Cylindrical-coordinate representation of color #B75EBE: hue angle of 295.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75EBE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18394190-
CMYK0.040.5100.25
HSL295.62º42.48%55.69%-
HSV(B)295.62º50.53%74.51%-
XYZ32.8321.7951.19-
YUV131.56160.99164.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.19%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=39.19%
G=20.13%
B=40.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183941900.040.5100.25295.6242.4855.69
HexB75EBE4330191282a38
Octal2671362764630314505270
Binary10110111101111010111110100110011011001100101000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75EBE; }

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

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

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

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

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

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

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

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