Html Css Color HEX #B531BA Fuchsia

📋 copy color: '#B531BA'

red 181 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #B531BA

Tints of Fuchsia #B531BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

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

R = 43.51%
G = 11.78%
B = 44.71%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B531BA (or 0xB531BA) is known color: Fuchsia. HEX triplet: B5, 31 and BA. RGB value is (181,49,186). Sum of RGB (Red+Green+Blue) = 181+49+186=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B531BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BA is #4ACE45. Grayscale: #676767. Windows color (decimal): -4902470 or 12202421. OLE color: 12202421.

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

Color convert

RGB 181 49 186 -
CMYK 0.03 0.74 0 0.27
HSL 297.81º 0.58% 0.46% -
HSV(B) 297.81º 0.74% 0.73% -
XYZ 29.02 15.57 47.93 -
YUV 104.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 181 49 186 0.03 0.74 0 0.27 297.81 0.58 0.46
Hex B5 31 BA 3 4A 0 1B 12A 3A 2E
Octal 265 61 272 3 112 0 33 452 72 56
Binary 10110101 110001 10111010 11 1001010 0 11011 100101010 111010 101110

Color Harmonies of #B531BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531BA

Black with #B531BA

Text Example


Text Example

White with #B531BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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