Html Css Color HEX #B547BD Fuchsia

📋 copy color: '#B547BD'

red 181 ◦ green 71 ◦ blue 189

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

Shades of Fuchsia #B547BD

Tints of Fuchsia #B547BD

RGB

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

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

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

R = 41.04%
G = 16.1%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B547BD (or 0xB547BD) is known color: Fuchsia. HEX triplet: B5, 47 and BD. RGB value is (181,71,189). Sum of RGB (Red+Green+Blue) = 181+71+189=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B547BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547BD is #4AB842. Grayscale: #747474. Windows color (decimal): -4896835 or 12404661. OLE color: 12404661.

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

Color convert

RGB 181 71 189 -
CMYK 0.04 0.62 0 0.26
HSL 295.93º 0.47% 0.51% -
HSV(B) 295.93º 0.62% 0.74% -
XYZ 30.49 18 50.01 -
YUV 117.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 181 71 189 0.04 0.62 0 0.26 295.93 0.47 0.51
Hex B5 47 BD 4 3E 0 1A 128 2F 33
Octal 265 107 275 4 76 0 32 450 57 63
Binary 10110101 1000111 10111101 100 111110 0 11010 100101000 101111 110011

Color Harmonies of #B547BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547BD

Black with #B547BD

Text Example


Text Example

White with #B547BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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