Html Css Color HEX #B54DB1 Fuchsia

📋 copy color: '#B54DB1'

red 181 ◦ green 77 ◦ blue 177

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

Shades of Fuchsia #B54DB1

Tints of Fuchsia #B54DB1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.7%

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 41.61%
G = 17.7%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B54DB1 (or 0xB54DB1) is known color: Fuchsia. HEX triplet: B5, 4D and B1. RGB value is (181,77,177). Sum of RGB (Red+Green+Blue) = 181+77+177=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54DB1 is #4AB24E. Grayscale: #777777. Windows color (decimal): -4895311 or 11619765. OLE color: 11619765.

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

Color convert

RGB 181 77 177 -
CMYK 0 0.57 0.02 0.29
HSL 302.31º 0.41% 0.51% -
HSV(B) 302.31º 0.57% 0.71% -
XYZ 29.65 18.31 43.57 -
YUV 119.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 181 77 177 0 0.57 0.02 0.29 302.31 0.41 0.51
Hex B5 4D B1 0 39 2 1D 12E 29 33
Octal 265 115 261 0 71 2 35 456 51 63
Binary 10110101 1001101 10110001 0 111001 10 11101 100101110 101001 110011

Color Harmonies of #B54DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DB1

Black with #B54DB1

Text Example


Text Example

White with #B54DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DB1; }

 p { color: rgb(181,77,177); }

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

background-color css

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

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

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

border-color css

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

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

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