Html Css Color HEX #B549BD Fuchsia

📋 copy color: '#B549BD'

red 181 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #B549BD

Tints of Fuchsia #B549BD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.48%

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 40.86%
G = 16.48%
B = 42.66%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B549BD (or 0xB549BD) is known color: Fuchsia. HEX triplet: B5, 49 and BD. RGB value is (181,73,189). Sum of RGB (Red+Green+Blue) = 181+73+189=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B549BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549BD is #4AB642. Grayscale: #767676. Windows color (decimal): -4896323 or 12405173. OLE color: 12405173.

HSL color Cylindrical-coordinate representation of color #B549BD: hue angle of 295.86º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B549BD is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 73 189 -
CMYK 0.04 0.61 0 0.26
HSL 295.86º 0.47% 0.51% -
HSV(B) 295.86º 0.61% 0.74% -
XYZ 30.62 18.26 50.06 -
YUV 118.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 181 73 189 0.04 0.61 0 0.26 295.86 0.47 0.51
Hex B5 49 BD 4 3D 0 1A 128 2F 33
Octal 265 111 275 4 75 0 32 450 57 63
Binary 10110101 1001001 10111101 100 111101 0 11010 100101000 101111 110011

Color Harmonies of #B549BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B549BD

Black with #B549BD

Text Example


Text Example

White with #B549BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B549BD; }

 p { color: rgb(181,73,189); }

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

background-color css

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

 a { background-color: rgb(181,73,189); }

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

border-color css

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

 span { border-color: rgb(181,73,189); }

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