Html Css Color HEX #B54CBA Fuchsia

📋 copy color: '#B54CBA'

red 181 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #B54CBA

Tints of Fuchsia #B54CBA

RGB

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

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

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

R = 40.86%
G = 17.16%
B = 41.99%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B54CBA (or 0xB54CBA) is known color: Fuchsia. HEX triplet: B5, 4C and BA. RGB value is (181,76,186). Sum of RGB (Red+Green+Blue) = 181+76+186=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CBA is #4AB345. Grayscale: #777777. Windows color (decimal): -4895558 or 12209333. OLE color: 12209333.

HSL color Cylindrical-coordinate representation of color #B54CBA: hue angle of 297.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54CBA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 76 186 -
CMYK 0.03 0.59 0 0.27
HSL 297.27º 0.44% 0.51% -
HSV(B) 297.27º 0.59% 0.73% -
XYZ 30.5 18.54 48.42 -
YUV 119.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 181 76 186 0.03 0.59 0 0.27 297.27 0.44 0.51
Hex B5 4C BA 3 3B 0 1B 129 2C 33
Octal 265 114 272 3 73 0 33 451 54 63
Binary 10110101 1001100 10111010 11 111011 0 11011 100101001 101100 110011

Color Harmonies of #B54CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54CBA

Black with #B54CBA

Text Example


Text Example

White with #B54CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54CBA; }

 p { color: rgb(181,76,186); }

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

background-color css

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

 a { background-color: rgb(181,76,186); }

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

border-color css

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

 span { border-color: rgb(181,76,186); }

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