Html Css Color HEX #B054BA Fuchsia

📋 copy color: '#B054BA'

red 176 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #B054BA

Tints of Fuchsia #B054BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 39.46%
G = 18.83%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B054BA (or 0xB054BA) is known color: Fuchsia. HEX triplet: B0, 54 and BA. RGB value is (176,84,186). Sum of RGB (Red+Green+Blue) = 176+84+186=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B054BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054BA is #4FAB45. Grayscale: #7A7A7A. Windows color (decimal): -5221190 or 12211376. OLE color: 12211376.

HSL color Cylindrical-coordinate representation of color #B054BA: hue angle of 294.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B054BA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 84 186 -
CMYK 0.05 0.55 0 0.27
HSL 294.12º 0.43% 0.53% -
HSV(B) 294.12º 0.55% 0.73% -
XYZ 29.94 19.12 48.57 -
YUV 123.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 176 84 186 0.05 0.55 0 0.27 294.12 0.43 0.53
Hex B0 54 BA 5 37 0 1B 126 2A 35
Octal 260 124 272 5 67 0 33 446 52 65
Binary 10110000 1010100 10111010 101 110111 0 11011 100100110 101010 110101

Color Harmonies of #B054BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054BA

Black with #B054BA

Text Example


Text Example

White with #B054BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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