Html Css Color HEX #B53FC0 Fuchsia

📋 copy color: '#B53FC0'

red 181 ◦ green 63 ◦ blue 192

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

Shades of Fuchsia #B53FC0

Tints of Fuchsia #B53FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 41.51%
G = 14.45%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B53FC0 (or 0xB53FC0) is known color: Fuchsia. HEX triplet: B5, 3F and C0. RGB value is (181,63,192). Sum of RGB (Red+Green+Blue) = 181+63+192=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #B53FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FC0 is #4AC03F. Grayscale: #707070. Windows color (decimal): -4898880 or 12599221. OLE color: 12599221.

HSL color Cylindrical-coordinate representation of color #B53FC0: hue angle of 294.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53FC0 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 63 192 -
CMYK 0.06 0.67 0 0.25
HSL 294.88º 0.51% 0.5% -
HSV(B) 294.88º 0.67% 0.75% -
XYZ 30.35 17.18 51.59 -
YUV 112.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 181 63 192 0.06 0.67 0 0.25 294.88 0.51 0.5
Hex B5 3F C0 6 43 0 19 127 33 32
Octal 265 77 300 6 103 0 31 447 63 62
Binary 10110101 111111 11000000 110 1000011 0 11001 100100111 110011 110010

Color Harmonies of #B53FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FC0

Black with #B53FC0

Text Example


Text Example

White with #B53FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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