Html Css Color HEX #B54DB7 Fuchsia

📋 copy color: '#B54DB7'

red 181 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #B54DB7

Tints of Fuchsia #B54DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 41.04%
G = 17.46%
B = 41.5%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B54DB7 (or 0xB54DB7) is known color: Fuchsia. HEX triplet: B5, 4D and B7. RGB value is (181,77,183). Sum of RGB (Red+Green+Blue) = 181+77+183=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #B54DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DB7 is #4AB248. Grayscale: #777777. Windows color (decimal): -4895305 or 12012981. OLE color: 12012981.

HSL color Cylindrical-coordinate representation of color #B54DB7: hue angle of 298.87º degrees, saturation: 0.42, 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 #B54DB7 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 77 183 -
CMYK 0.01 0.58 0 0.28
HSL 298.87º 0.42% 0.51% -
HSV(B) 298.87º 0.58% 0.72% -
XYZ 30.26 18.55 46.79 -
YUV 120.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 181 77 183 0.01 0.58 0 0.28 298.87 0.42 0.51
Hex B5 4D B7 1 3A 0 1C 12B 2A 33
Octal 265 115 267 1 72 0 34 453 52 63
Binary 10110101 1001101 10110111 1 111010 0 11100 100101011 101010 110011

Color Harmonies of #B54DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DB7

Black with #B54DB7

Text Example


Text Example

White with #B54DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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