Html Css Color HEX #B546AF Fuchsia

📋 copy color: '#B546AF'

red 181 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #B546AF

Tints of Fuchsia #B546AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

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

R = 42.49%
G = 16.43%
B = 41.08%

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

#B546AF (or 0xB546AF) is known color: Fuchsia. HEX triplet: B5, 46 and AF. RGB value is (181,70,175). Sum of RGB (Red+Green+Blue) = 181+70+175=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B546AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B546AF is #4AB950. Grayscale: #727272. Windows color (decimal): -4897105 or 11486901. OLE color: 11486901.

HSL color Cylindrical-coordinate representation of color #B546AF: hue angle of 303.24º 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 #B546AF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 175 -
CMYK 0 0.61 0.03 0.29
HSL 303.24º 0.44% 0.49% -
HSV(B) 303.24º 0.61% 0.71% -
XYZ 28.98 17.3 42.37 -
YUV 115.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 181 70 175 0 0.61 0.03 0.29 303.24 0.44 0.49
Hex B5 46 AF 0 3D 3 1D 12F 2C 31
Octal 265 106 257 0 75 3 35 457 54 61
Binary 10110101 1000110 10101111 0 111101 11 11101 100101111 101100 110001

Color Harmonies of #B546AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B546AF

Black with #B546AF

Text Example


Text Example

White with #B546AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B546AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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