Html Css Color HEX #B531BE Fuchsia

📋 copy color: '#B531BE'

red 181 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #B531BE

Tints of Fuchsia #B531BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 43.1%
G = 11.67%
B = 45.24%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B531BE (or 0xB531BE) is known color: Fuchsia. HEX triplet: B5, 31 and BE. RGB value is (181,49,190). Sum of RGB (Red+Green+Blue) = 181+49+190=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #B531BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BE is #4ACE41. Grayscale: #686868. Windows color (decimal): -4902466 or 12464565. OLE color: 12464565.

HSL color Cylindrical-coordinate representation of color #B531BE: hue angle of 296.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B531BE is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 49 190 -
CMYK 0.05 0.74 0 0.25
HSL 296.17º 0.59% 0.47% -
HSV(B) 296.17º 0.74% 0.75% -
XYZ 29.45 15.74 50.2 -
YUV 104.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 181 49 190 0.05 0.74 0 0.25 296.17 0.59 0.47
Hex B5 31 BE 5 4A 0 19 128 3B 2F
Octal 265 61 276 5 112 0 31 450 73 57
Binary 10110101 110001 10111110 101 1001010 0 11001 100101000 111011 101111

Color Harmonies of #B531BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531BE

Black with #B531BE

Text Example


Text Example

White with #B531BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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