Html Css Color HEX #B54BB5 Fuchsia

📋 copy color: '#B54BB5'

red 181 ◦ green 75 ◦ blue 181

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

Shades of Fuchsia #B54BB5

Tints of Fuchsia #B54BB5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 41.42%
G = 17.16%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B54BB5 (or 0xB54BB5) is known color: Fuchsia. HEX triplet: B5, 4B and B5. RGB value is (181,75,181). Sum of RGB (Red+Green+Blue) = 181+75+181=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B54BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BB5 is #4AB44A. Grayscale: #767676. Windows color (decimal): -4895819 or 11881397. OLE color: 11881397.

HSL color Cylindrical-coordinate representation of color #B54BB5: hue angle of 300º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54BB5 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 75 181 -
CMYK 0 0.59 0 0.29
HSL 300º 0.42% 0.5% -
HSV(B) 300º 0.59% 0.71% -
XYZ 29.91 18.19 45.65 -
YUV 118.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 181 75 181 0 0.59 0 0.29 300 0.42 0.5
Hex B5 4B B5 0 3B 0 1D 12C 2A 32
Octal 265 113 265 0 73 0 35 454 52 62
Binary 10110101 1001011 10110101 0 111011 0 11101 100101100 101010 110010

Color Harmonies of #B54BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54BB5

Black with #B54BB5

Text Example


Text Example

White with #B54BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54BB5; }

 p { color: rgb(181,75,181); }

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

background-color css

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

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

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

border-color css

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

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

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