Html Css Color HEX #B537BA Fuchsia

📋 copy color: '#B537BA'

red 181 ◦ green 55 ◦ blue 186

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

Shades of Fuchsia #B537BA

Tints of Fuchsia #B537BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.03%

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

R = 42.89%
G = 13.03%
B = 44.08%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B537BA (or 0xB537BA) is known color: Fuchsia. HEX triplet: B5, 37 and BA. RGB value is (181,55,186). Sum of RGB (Red+Green+Blue) = 181+55+186=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B537BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537BA is #4AC845. Grayscale: #6B6B6B. Windows color (decimal): -4900934 or 12203957. OLE color: 12203957.

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

Color convert

RGB 181 55 186 -
CMYK 0.03 0.70 0 0.27
HSL 297.71º 0.54% 0.47% -
HSV(B) 297.71º 0.7% 0.73% -
XYZ 29.29 16.1 48.02 -
YUV 107.61 172.24 180.35 -
System Red Green Blue C M Y K H S L
Decimal 181 55 186 0.03 0.70 0 0.27 297.71 0.54 0.47
Hex B5 37 BA 3 46 0 1B 12A 36 2F
Octal 265 67 272 3 106 0 33 452 66 57
Binary 10110101 110111 10111010 11 1000110 0 11011 100101010 110110 101111

Color Harmonies of #B537BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537BA

Black with #B537BA

Text Example


Text Example

White with #B537BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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