Html Css Color HEX #B553AF Fuchsia

📋 copy color: '#B553AF'

red 181 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #B553AF

Tints of Fuchsia #B553AF

RGB

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

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

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

R = 41.23%
G = 18.91%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B553AF (or 0xB553AF) is known color: Fuchsia. HEX triplet: B5, 53 and AF. RGB value is (181,83,175). Sum of RGB (Red+Green+Blue) = 181+83+175=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B553AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B553AF is #4AAC50. Grayscale: #7A7A7A. Windows color (decimal): -4893777 or 11490229. OLE color: 11490229.

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

Color convert

RGB 181 83 175 -
CMYK 0 0.54 0.03 0.29
HSL 303.67º 0.4% 0.52% -
HSV(B) 303.67º 0.54% 0.71% -
XYZ 29.89 19.11 42.67 -
YUV 122.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 181 83 175 0 0.54 0.03 0.29 303.67 0.4 0.52
Hex B5 53 AF 0 36 3 1D 130 28 34
Octal 265 123 257 0 66 3 35 460 50 64
Binary 10110101 1010011 10101111 0 110110 11 11101 100110000 101000 110100

Color Harmonies of #B553AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553AF

Black with #B553AF

Text Example


Text Example

White with #B553AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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