Html Css Color HEX #B55CAF Fuchsia

📋 copy color: '#B55CAF'

red 181 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #B55CAF

Tints of Fuchsia #B55CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

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

R = 40.4%
G = 20.54%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B55CAF (or 0xB55CAF) is known color: Fuchsia. HEX triplet: B5, 5C and AF. RGB value is (181,92,175). Sum of RGB (Red+Green+Blue) = 181+92+175=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B55CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55CAF is #4AA350. Grayscale: #7F7F7F. Windows color (decimal): -4891473 or 11492533. OLE color: 11492533.

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

Color convert

RGB 181 92 175 -
CMYK 0 0.49 0.03 0.29
HSL 304.05º 0.38% 0.54% -
HSV(B) 304.05º 0.49% 0.71% -
XYZ 30.62 20.57 42.91 -
YUV 128.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 181 92 175 0 0.49 0.03 0.29 304.05 0.38 0.54
Hex B5 5C AF 0 31 3 1D 130 26 36
Octal 265 134 257 0 61 3 35 460 46 66
Binary 10110101 1011100 10101111 0 110001 11 11101 100110000 100110 110110

Color Harmonies of #B55CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CAF

Black with #B55CAF

Text Example


Text Example

White with #B55CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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