Html Css Color HEX #B54DBA Fuchsia

📋 copy color: '#B54DBA'

red 181 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #B54DBA

Tints of Fuchsia #B54DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 40.77%
G = 17.34%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B54DBA (or 0xB54DBA) is known color: Fuchsia. HEX triplet: B5, 4D and BA. RGB value is (181,77,186). Sum of RGB (Red+Green+Blue) = 181+77+186=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DBA is #4AB245. Grayscale: #787878. Windows color (decimal): -4895302 or 12209589. OLE color: 12209589.

HSL color Cylindrical-coordinate representation of color #B54DBA: hue angle of 297.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54DBA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 77 186 -
CMYK 0.03 0.59 0 0.27
HSL 297.25º 0.44% 0.52% -
HSV(B) 297.25º 0.59% 0.73% -
XYZ 30.57 18.68 48.45 -
YUV 120.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 181 77 186 0.03 0.59 0 0.27 297.25 0.44 0.52
Hex B5 4D BA 3 3B 0 1B 129 2C 34
Octal 265 115 272 3 73 0 33 451 54 64
Binary 10110101 1001101 10111010 11 111011 0 11011 100101001 101100 110100

Color Harmonies of #B54DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54DBA

Black with #B54DBA

Text Example


Text Example

White with #B54DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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