Html Css Color HEX #B04EC0 Fuchsia

📋 copy color: '#B04EC0'

red 176 ◦ green 78 ◦ blue 192

#B04EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B04EC0

Tints of Fuchsia #B04EC0

RGB

 RED value IS 176 (69.14% from 255) = 39.46%

 GREEN value IS 78 (30.86% from 255) = 17.49%

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 39.46%
G = 17.49%
B = 43.05%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B04EC0 (or 0xB04EC0) is known color: Fuchsia. HEX triplet: B0, 4E and C0. RGB value is (176,78,192). Sum of RGB (Red+Green+Blue) = 176+78+192=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #B04EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EC0 is #4FB13F. Grayscale: #777777. Windows color (decimal): -5222720 or 12603056. OLE color: 12603056.

HSL color Cylindrical-coordinate representation of color #B04EC0: hue angle of 291.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04EC0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 78 192 -
CMYK 0.08 0.59 0 0.25
HSL 291.58º 0.48% 0.53% -
HSV(B) 291.58º 0.59% 0.75% -
XYZ 30.14 18.48 51.85 -
YUV 120.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 176 78 192 0.08 0.59 0 0.25 291.58 0.48 0.53
Hex B0 4E C0 8 3B 0 19 124 30 35
Octal 260 116 300 10 73 0 31 444 60 65
Binary 10110000 1001110 11000000 1000 111011 0 11001 100100100 110000 110101

Color Harmonies of #B04EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EC0

Black with #B04EC0

Text Example


Text Example

White with #B04EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EC0; }

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

 H1.HeaderClassName
 {
   color: #B04EC0;
 }
 .AnyTagClassName
 {
   color: #B04EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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