Html Css Color HEX #B53FB2 Fuchsia

📋 copy color: '#B53FB2'

red 181 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #B53FB2

Tints of Fuchsia #B53FB2

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 42.89%
G = 14.93%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B53FB2 (or 0xB53FB2) is known color: Fuchsia. HEX triplet: B5, 3F and B2. RGB value is (181,63,178). Sum of RGB (Red+Green+Blue) = 181+63+178=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FB2 is #4AC04D. Grayscale: #6F6F6F. Windows color (decimal): -4898894 or 11681717. OLE color: 11681717.

HSL color Cylindrical-coordinate representation of color #B53FB2: hue angle of 301.53º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53FB2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 63 178 -
CMYK 0 0.65 0.02 0.29
HSL 301.53º 0.48% 0.48% -
HSV(B) 301.53º 0.65% 0.71% -
XYZ 28.87 16.59 43.8 -
YUV 111.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 181 63 178 0 0.65 0.02 0.29 301.53 0.48 0.48
Hex B5 3F B2 0 41 2 1D 12E 30 30
Octal 265 77 262 0 101 2 35 456 60 60
Binary 10110101 111111 10110010 0 1000001 10 11101 100101110 110000 110000

Color Harmonies of #B53FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FB2

Black with #B53FB2

Text Example


Text Example

White with #B53FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FB2; }

 p { color: rgb(181,63,178); }

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

background-color css

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

 a { background-color: rgb(181,63,178); }

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

border-color css

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

 span { border-color: rgb(181,63,178); }

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