Html Css Color HEX #B532BA Fuchsia

📋 copy color: '#B532BA'

red 181 ◦ green 50 ◦ blue 186

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

Shades of Fuchsia #B532BA

Tints of Fuchsia #B532BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

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

R = 43.41%
G = 11.99%
B = 44.6%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B532BA (or 0xB532BA) is known color: Fuchsia. HEX triplet: B5, 32 and BA. RGB value is (181,50,186). Sum of RGB (Red+Green+Blue) = 181+50+186=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B532BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532BA is #4ACD45. Grayscale: #686868. Windows color (decimal): -4902214 or 12202677. OLE color: 12202677.

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

Color convert

RGB 181 50 186 -
CMYK 0.03 0.73 0 0.27
HSL 297.79º 0.58% 0.46% -
HSV(B) 297.79º 0.73% 0.73% -
XYZ 29.06 15.65 47.94 -
YUV 104.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 181 50 186 0.03 0.73 0 0.27 297.79 0.58 0.46
Hex B5 32 BA 3 49 0 1B 12A 3A 2E
Octal 265 62 272 3 111 0 33 452 72 56
Binary 10110101 110010 10111010 11 1001001 0 11011 100101010 111010 101110

Color Harmonies of #B532BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532BA

Black with #B532BA

Text Example


Text Example

White with #B532BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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