Html Css Color HEX #B53CA8 Fuchsia

📋 copy color: '#B53CA8'

red 181 ◦ green 60 ◦ blue 168

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

Shades of Fuchsia #B53CA8

Tints of Fuchsia #B53CA8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 44.25%
G = 14.67%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B53CA8 (or 0xB53CA8) is known color: Fuchsia. HEX triplet: B5, 3C and A8. RGB value is (181,60,168). Sum of RGB (Red+Green+Blue) = 181+60+168=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CA8 is #4AC357. Grayscale: #6C6C6C. Windows color (decimal): -4899672 or 11025589. OLE color: 11025589.

HSL color Cylindrical-coordinate representation of color #B53CA8: hue angle of 306.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53CA8 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 168 -
CMYK 0 0.67 0.07 0.29
HSL 306.45º 0.5% 0.47% -
HSV(B) 306.45º 0.67% 0.71% -
XYZ 27.74 15.88 38.65 -
YUV 108.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 181 60 168 0 0.67 0.07 0.29 306.45 0.5 0.47
Hex B5 3C A8 0 43 7 1D 132 32 2F
Octal 265 74 250 0 103 7 35 462 62 57
Binary 10110101 111100 10101000 0 1000011 111 11101 100110010 110010 101111

Color Harmonies of #B53CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CA8

Black with #B53CA8

Text Example


Text Example

White with #B53CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CA8; }

 p { color: rgb(181,60,168); }

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

background-color css

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

 a { background-color: rgb(181,60,168); }

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

border-color css

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

 span { border-color: rgb(181,60,168); }

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