Html Css Color HEX #B04CC0 Fuchsia

📋 copy color: '#B04CC0'

red 176 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #B04CC0

Tints of Fuchsia #B04CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

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

R = 39.64%
G = 17.12%
B = 43.24%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B04CC0 (or 0xB04CC0) is known color: Fuchsia. HEX triplet: B0, 4C and C0. RGB value is (176,76,192). Sum of RGB (Red+Green+Blue) = 176+76+192=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #B04CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CC0 is #4FB33F. Grayscale: #767676. Windows color (decimal): -5223232 or 12602544. OLE color: 12602544.

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

Color convert

RGB 176 76 192 -
CMYK 0.08 0.60 0 0.25
HSL 291.72º 0.48% 0.53% -
HSV(B) 291.72º 0.6% 0.75% -
XYZ 30 18.2 51.8 -
YUV 119.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 176 76 192 0.08 0.60 0 0.25 291.72 0.48 0.53
Hex B0 4C C0 8 3C 0 19 124 30 35
Octal 260 114 300 10 74 0 31 444 60 65
Binary 10110000 1001100 11000000 1000 111100 0 11001 100100100 110000 110101

Color Harmonies of #B04CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CC0

Black with #B04CC0

Text Example


Text Example

White with #B04CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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