Html Css Color HEX #B54ABB Fuchsia

📋 copy color: '#B54ABB'

red 181 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #B54ABB

Tints of Fuchsia #B54ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.74%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 40.95%
G = 16.74%
B = 42.31%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B54ABB (or 0xB54ABB) is known color: Fuchsia. HEX triplet: B5, 4A and BB. RGB value is (181,74,187). Sum of RGB (Red+Green+Blue) = 181+74+187=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #B54ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54ABB is #4AB544. Grayscale: #767676. Windows color (decimal): -4896069 or 12274357. OLE color: 12274357.

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

Color convert

RGB 181 74 187 -
CMYK 0.03 0.60 0 0.27
HSL 296.81º 0.45% 0.51% -
HSV(B) 296.81º 0.6% 0.73% -
XYZ 30.47 18.31 48.94 -
YUV 118.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 181 74 187 0.03 0.60 0 0.27 296.81 0.45 0.51
Hex B5 4A BB 3 3C 0 1B 129 2D 33
Octal 265 112 273 3 74 0 33 451 55 63
Binary 10110101 1001010 10111011 11 111100 0 11011 100101001 101101 110011

Color Harmonies of #B54ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54ABB

Black with #B54ABB

Text Example


Text Example

White with #B54ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54ABB; }

 p { color: rgb(181,74,187); }

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

background-color css

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

 a { background-color: rgb(181,74,187); }

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

border-color css

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

 span { border-color: rgb(181,74,187); }

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