Html Css Color HEX #B54EBF Fuchsia

📋 copy color: '#B54EBF'

red 181 ◦ green 78 ◦ blue 191

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

Shades of Fuchsia #B54EBF

Tints of Fuchsia #B54EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 40.22%
G = 17.33%
B = 42.44%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B54EBF (or 0xB54EBF) is known color: Fuchsia. HEX triplet: B5, 4E and BF. RGB value is (181,78,191). Sum of RGB (Red+Green+Blue) = 181+78+191=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #B54EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EBF is #4AB140. Grayscale: #797979. Windows color (decimal): -4895041 or 12537525. OLE color: 12537525.

HSL color Cylindrical-coordinate representation of color #B54EBF: hue angle of 294.69º 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 #B54EBF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 78 191 -
CMYK 0.05 0.59 0 0.25
HSL 294.69º 0.47% 0.53% -
HSV(B) 294.69º 0.59% 0.75% -
XYZ 31.18 19.03 51.32 -
YUV 121.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 181 78 191 0.05 0.59 0 0.25 294.69 0.47 0.53
Hex B5 4E BF 5 3B 0 19 127 2F 35
Octal 265 116 277 5 73 0 31 447 57 65
Binary 10110101 1001110 10111111 101 111011 0 11001 100100111 101111 110101

Color Harmonies of #B54EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EBF

Black with #B54EBF

Text Example


Text Example

White with #B54EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EBF; }

 p { color: rgb(181,78,191); }

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

background-color css

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

 a { background-color: rgb(181,78,191); }

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

border-color css

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

 span { border-color: rgb(181,78,191); }

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