#B05EBE

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

Shades of Fuchsia #B05EBE

Tints of Fuchsia #B05EBE

Color information

#B05EBE (or 0xB05EBE) is unknown color: approx Fuchsia. HEX triplet: B0, 5E and BE. RGB value is (176,94,190). Sum of RGB (Red+Green+Blue) = 176+94+190=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #B05EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EBE is #4FA141. Grayscale: #818181. Windows color (decimal): -5218626 or 12476080. OLE color: 12476080.

HSL color Cylindrical-coordinate representation of color #B05EBE: hue angle of 291.25º 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 #B05EBE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17694190-
CMYK0.070.5100.25
HSL291.25º42.48%55.69%-
HSV(B)291.25º50.53%74.51%-
XYZ31.220.9551.12-
YUV129.46162.17161.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=38.26%
G=20.43%
B=41.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176941900.070.5100.25291.2542.4855.69
HexB05EBE7330191232a38
Octal2601362767630314435270
Binary10110000101111010111110111110011011001100100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05EBE; }

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

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

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

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

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

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

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

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