Html Css Color HEX #B547AF Fuchsia

📋 copy color: '#B547AF'

red 181 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #B547AF

Tints of Fuchsia #B547AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 42.39%
G = 16.63%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B547AF (or 0xB547AF) is known color: Fuchsia. HEX triplet: B5, 47 and AF. RGB value is (181,71,175). Sum of RGB (Red+Green+Blue) = 181+71+175=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B547AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B547AF is #4AB850. Grayscale: #737373. Windows color (decimal): -4896849 or 11487157. OLE color: 11487157.

HSL color Cylindrical-coordinate representation of color #B547AF: hue angle of 303.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B547AF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 175 -
CMYK 0 0.61 0.03 0.29
HSL 303.27º 0.44% 0.49% -
HSV(B) 303.27º 0.61% 0.71% -
XYZ 29.05 17.43 42.39 -
YUV 115.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 181 71 175 0 0.61 0.03 0.29 303.27 0.44 0.49
Hex B5 47 AF 0 3D 3 1D 12F 2C 31
Octal 265 107 257 0 75 3 35 457 54 61
Binary 10110101 1000111 10101111 0 111101 11 11101 100101111 101100 110001

Color Harmonies of #B547AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547AF

Black with #B547AF

Text Example


Text Example

White with #B547AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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