Html Css Color HEX #B547B8 Fuchsia

📋 copy color: '#B547B8'

red 181 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #B547B8

Tints of Fuchsia #B547B8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.28%

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

R = 41.51%
G = 16.28%
B = 42.2%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B547B8 (or 0xB547B8) is known color: Fuchsia. HEX triplet: B5, 47 and B8. RGB value is (181,71,184). Sum of RGB (Red+Green+Blue) = 181+71+184=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #B547B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547B8 is #4AB847. Grayscale: #747474. Windows color (decimal): -4896840 or 12076981. OLE color: 12076981.

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

Color convert

RGB 181 71 184 -
CMYK 0.02 0.61 0 0.28
HSL 298.41º 0.44% 0.5% -
HSV(B) 298.41º 0.61% 0.72% -
XYZ 29.96 17.79 47.2 -
YUV 116.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 181 71 184 0.02 0.61 0 0.28 298.41 0.44 0.5
Hex B5 47 B8 2 3D 0 1C 12A 2C 32
Octal 265 107 270 2 75 0 34 452 54 62
Binary 10110101 1000111 10111000 10 111101 0 11100 100101010 101100 110010

Color Harmonies of #B547B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547B8

Black with #B547B8

Text Example


Text Example

White with #B547B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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