Html Css Color HEX #B553AE Fuchsia

📋 copy color: '#B553AE'

red 181 ◦ green 83 ◦ blue 174

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

Shades of Fuchsia #B553AE

Tints of Fuchsia #B553AE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.95%

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 41.32%
G = 18.95%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B553AE (or 0xB553AE) is known color: Fuchsia. HEX triplet: B5, 53 and AE. RGB value is (181,83,174). Sum of RGB (Red+Green+Blue) = 181+83+174=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B553AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B553AE is #4AAC51. Grayscale: #7A7A7A. Windows color (decimal): -4893778 or 11424693. OLE color: 11424693.

HSL color Cylindrical-coordinate representation of color #B553AE: hue angle of 304.29º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B553AE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 174 -
CMYK 0 0.54 0.04 0.29
HSL 304.29º 0.4% 0.52% -
HSV(B) 304.29º 0.54% 0.71% -
XYZ 29.79 19.07 42.15 -
YUV 122.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 181 83 174 0 0.54 0.04 0.29 304.29 0.4 0.52
Hex B5 53 AE 0 36 4 1D 130 28 34
Octal 265 123 256 0 66 4 35 460 50 64
Binary 10110101 1010011 10101110 0 110110 100 11101 100110000 101000 110100

Color Harmonies of #B553AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553AE

Black with #B553AE

Text Example


Text Example

White with #B553AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553AE; }

 p { color: rgb(181,83,174); }

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

background-color css

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

 a { background-color: rgb(181,83,174); }

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

border-color css

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

 span { border-color: rgb(181,83,174); }

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