Html Css Color HEX #B054B3 Fuchsia

📋 copy color: '#B054B3'

red 176 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #B054B3

Tints of Fuchsia #B054B3

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 40.09%
G = 19.13%
B = 40.77%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B054B3 (or 0xB054B3) is known color: Fuchsia. HEX triplet: B0, 54 and B3. RGB value is (176,84,179). Sum of RGB (Red+Green+Blue) = 176+84+179=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #B054B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054B3 is #4FAB4C. Grayscale: #7A7A7A. Windows color (decimal): -5221197 or 11752624. OLE color: 11752624.

HSL color Cylindrical-coordinate representation of color #B054B3: hue angle of 298.11º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B054B3 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 84 179 -
CMYK 0.02 0.53 0 0.30
HSL 298.11º 0.38% 0.52% -
HSV(B) 298.11º 0.53% 0.7% -
XYZ 29.21 18.83 44.74 -
YUV 122.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 176 84 179 0.02 0.53 0 0.30 298.11 0.38 0.52
Hex B0 54 B3 2 35 0 1E 12A 26 34
Octal 260 124 263 2 65 0 36 452 46 64
Binary 10110000 1010100 10110011 10 110101 0 11110 100101010 100110 110100

Color Harmonies of #B054B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054B3

Black with #B054B3

Text Example


Text Example

White with #B054B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054B3; }

 p { color: rgb(176,84,179); }

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

background-color css

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

 a { background-color: rgb(176,84,179); }

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

border-color css

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

 span { border-color: rgb(176,84,179); }

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