Html Css Color HEX #B54DB8 Fuchsia

📋 copy color: '#B54DB8'

red 181 ◦ green 77 ◦ blue 184

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

Shades of Fuchsia #B54DB8

Tints of Fuchsia #B54DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 40.95%
G = 17.42%
B = 41.63%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B54DB8 (or 0xB54DB8) is known color: Fuchsia. HEX triplet: B5, 4D and B8. RGB value is (181,77,184). Sum of RGB (Red+Green+Blue) = 181+77+184=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #B54DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DB8 is #4AB247. Grayscale: #777777. Windows color (decimal): -4895304 or 12078517. OLE color: 12078517.

HSL color Cylindrical-coordinate representation of color #B54DB8: hue angle of 298.32º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54DB8 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 77 184 -
CMYK 0.02 0.58 0 0.28
HSL 298.32º 0.43% 0.51% -
HSV(B) 298.32º 0.58% 0.72% -
XYZ 30.36 18.59 47.34 -
YUV 120.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 181 77 184 0.02 0.58 0 0.28 298.32 0.43 0.51
Hex B5 4D B8 2 3A 0 1C 12A 2B 33
Octal 265 115 270 2 72 0 34 452 53 63
Binary 10110101 1001101 10111000 10 111010 0 11100 100101010 101011 110011

Color Harmonies of #B54DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DB8

Black with #B54DB8

Text Example


Text Example

White with #B54DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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