#B04EBD

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

Shades of Fuchsia #B04EBD

Tints of Fuchsia #B04EBD

Color information

#B04EBD (or 0xB04EBD) is unknown color: approx Fuchsia. HEX triplet: B0, 4E and BD. RGB value is (176,78,189). Sum of RGB (Red+Green+Blue) = 176+78+189=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B04EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EBD is #4FB142. Grayscale: #777777. Windows color (decimal): -5222723 or 12406448. OLE color: 12406448.

HSL color Cylindrical-coordinate representation of color #B04EBD: hue angle of 292.97º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04EBD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17678189-
CMYK0.070.5900.26
HSL292.97º45.68%52.35%-
HSV(B)292.97º58.73%74.12%-
XYZ29.8118.3550.12-
YUV119.96166.97167.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=39.73%
G=17.61%
B=42.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176781890.070.5900.26292.9745.6852.35
HexB04EBD73B01A1252e34
Octal2601162757730324455664
Binary10110000100111010111101111111011011010100100101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EBD; }

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

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

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

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

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

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

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

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