Html Css Color HEX #B53FBA Fuchsia

📋 copy color: '#B53FBA'

red 181 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B53FBA

Tints of Fuchsia #B53FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 42.09%
G = 14.65%
B = 43.26%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B53FBA (or 0xB53FBA) is known color: Fuchsia. HEX triplet: B5, 3F and BA. RGB value is (181,63,186). Sum of RGB (Red+Green+Blue) = 181+63+186=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B53FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FBA is #4AC045. Grayscale: #6F6F6F. Windows color (decimal): -4898886 or 12206005. OLE color: 12206005.

HSL color Cylindrical-coordinate representation of color #B53FBA: hue angle of 297.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53FBA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 63 186 -
CMYK 0.03 0.66 0 0.27
HSL 297.56º 0.49% 0.49% -
HSV(B) 297.56º 0.66% 0.73% -
XYZ 29.7 16.92 48.16 -
YUV 112.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 181 63 186 0.03 0.66 0 0.27 297.56 0.49 0.49
Hex B5 3F BA 3 42 0 1B 12A 31 31
Octal 265 77 272 3 102 0 33 452 61 61
Binary 10110101 111111 10111010 11 1000010 0 11011 100101010 110001 110001

Color Harmonies of #B53FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FBA

Black with #B53FBA

Text Example


Text Example

White with #B53FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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