Html Css Color HEX #B54FB3 Fuchsia

📋 copy color: '#B54FB3'

red 181 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #B54FB3

Tints of Fuchsia #B54FB3

RGB

 RED value IS 181 (71.09% from 255) = 41.23%

 GREEN value IS 79 (31.25% from 255) = 18%

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

R = 41.23%
G = 18%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B54FB3 (or 0xB54FB3) is known color: Fuchsia. HEX triplet: B5, 4F and B3. RGB value is (181,79,179). Sum of RGB (Red+Green+Blue) = 181+79+179=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B54FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FB3 is #4AB04C. Grayscale: #787878. Windows color (decimal): -4894797 or 11751349. OLE color: 11751349.

HSL color Cylindrical-coordinate representation of color #B54FB3: hue angle of 301.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54FB3 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 79 179 -
CMYK 0 0.56 0.01 0.29
HSL 301.18º 0.41% 0.51% -
HSV(B) 301.18º 0.56% 0.71% -
XYZ 29.99 18.67 44.67 -
YUV 120.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 181 79 179 0 0.56 0.01 0.29 301.18 0.41 0.51
Hex B5 4F B3 0 38 1 1D 12D 29 33
Octal 265 117 263 0 70 1 35 455 51 63
Binary 10110101 1001111 10110011 0 111000 1 11101 100101101 101001 110011

Color Harmonies of #B54FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FB3

Black with #B54FB3

Text Example


Text Example

White with #B54FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FB3; }

 p { color: rgb(181,79,179); }

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

background-color css

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

 a { background-color: rgb(181,79,179); }

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

border-color css

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

 span { border-color: rgb(181,79,179); }

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