#B05EBD

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

Shades of Fuchsia #B05EBD

Tints of Fuchsia #B05EBD

Color information

#B05EBD (or 0xB05EBD) is unknown color: approx Fuchsia. HEX triplet: B0, 5E and BD. RGB value is (176,94,189). Sum of RGB (Red+Green+Blue) = 176+94+189=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B05EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EBD is #4FA142. Grayscale: #818181. Windows color (decimal): -5218627 or 12410544. OLE color: 12410544.

HSL color Cylindrical-coordinate representation of color #B05EBD: hue angle of 291.79º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05EBD is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17694189-
CMYK0.070.5000.26
HSL291.79º41.85%55.49%-
HSV(B)291.79º50.26%74.12%-
XYZ31.0920.9150.54-
YUV129.35161.67161.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=38.34%
G=20.48%
B=41.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176941890.070.5000.26291.7941.8555.49
HexB05EBD73201A1242a37
Octal2601362757620324445267
Binary10110000101111010111101111110010011010100100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05EBD; }

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

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

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

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

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

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

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

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