Html Css Color HEX #B53FBC Fuchsia

📋 copy color: '#B53FBC'

red 181 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #B53FBC

Tints of Fuchsia #B53FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 41.9%
G = 14.58%
B = 43.52%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B53FBC (or 0xB53FBC) is known color: Fuchsia. HEX triplet: B5, 3F and BC. RGB value is (181,63,188). Sum of RGB (Red+Green+Blue) = 181+63+188=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #B53FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FBC is #4AC043. Grayscale: #707070. Windows color (decimal): -4898884 or 12337077. OLE color: 12337077.

HSL color Cylindrical-coordinate representation of color #B53FBC: hue angle of 296.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53FBC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 63 188 -
CMYK 0.04 0.66 0 0.26
HSL 296.64º 0.5% 0.49% -
HSV(B) 296.64º 0.66% 0.74% -
XYZ 29.91 17.01 49.28 -
YUV 112.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 181 63 188 0.04 0.66 0 0.26 296.64 0.5 0.49
Hex B5 3F BC 4 42 0 1A 129 32 31
Octal 265 77 274 4 102 0 32 451 62 61
Binary 10110101 111111 10111100 100 1000010 0 11010 100101001 110010 110001

Color Harmonies of #B53FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FBC

Black with #B53FBC

Text Example


Text Example

White with #B53FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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