Html Css Color HEX #B54DB4 Fuchsia

📋 copy color: '#B54DB4'

red 181 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #B54DB4

Tints of Fuchsia #B54DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 41.32%
G = 17.58%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B54DB4 (or 0xB54DB4) is known color: Fuchsia. HEX triplet: B5, 4D and B4. RGB value is (181,77,180). Sum of RGB (Red+Green+Blue) = 181+77+180=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B54DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DB4 is #4AB24B. Grayscale: #777777. Windows color (decimal): -4895308 or 11816373. OLE color: 11816373.

HSL color Cylindrical-coordinate representation of color #B54DB4: hue angle of 300.58º 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 #B54DB4 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 77 180 -
CMYK 0 0.57 0.01 0.29
HSL 300.58º 0.41% 0.51% -
HSV(B) 300.58º 0.57% 0.71% -
XYZ 29.95 18.43 45.16 -
YUV 119.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 181 77 180 0 0.57 0.01 0.29 300.58 0.41 0.51
Hex B5 4D B4 0 39 1 1D 12D 29 33
Octal 265 115 264 0 71 1 35 455 51 63
Binary 10110101 1001101 10110100 0 111001 1 11101 100101101 101001 110011

Color Harmonies of #B54DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DB4

Black with #B54DB4

Text Example


Text Example

White with #B54DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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