Html Css Color HEX #B53CC5 Fuchsia

📋 copy color: '#B53CC5'

red 181 ◦ green 60 ◦ blue 197

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

Shades of Fuchsia #B53CC5

Tints of Fuchsia #B53CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 41.32%
G = 13.7%
B = 44.98%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B53CC5 (or 0xB53CC5) is known color: Fuchsia. HEX triplet: B5, 3C and C5. RGB value is (181,60,197). Sum of RGB (Red+Green+Blue) = 181+60+197=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #B53CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CC5 is #4AC33A. Grayscale: #6F6F6F. Windows color (decimal): -4899643 or 12926133. OLE color: 12926133.

HSL color Cylindrical-coordinate representation of color #B53CC5: hue angle of 292.99º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53CC5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 60 197 -
CMYK 0.08 0.70 0 0.23
HSL 292.99º 0.54% 0.5% -
HSV(B) 292.99º 0.7% 0.77% -
XYZ 30.75 17.09 54.5 -
YUV 111.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 181 60 197 0.08 0.70 0 0.23 292.99 0.54 0.5
Hex B5 3C C5 8 46 0 17 125 36 32
Octal 265 74 305 10 106 0 27 445 66 62
Binary 10110101 111100 11000101 1000 1000110 0 10111 100100101 110110 110010

Color Harmonies of #B53CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CC5

Black with #B53CC5

Text Example


Text Example

White with #B53CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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