Html Css Color HEX #B531BF Fuchsia

📋 copy color: '#B531BF'

red 181 ◦ green 49 ◦ blue 191

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

Shades of Fuchsia #B531BF

Tints of Fuchsia #B531BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 42.99%
G = 11.64%
B = 45.37%

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

#B531BF (or 0xB531BF) is known color: Fuchsia. HEX triplet: B5, 31 and BF. RGB value is (181,49,191). Sum of RGB (Red+Green+Blue) = 181+49+191=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #B531BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BF is #4ACE40. Grayscale: #686868. Windows color (decimal): -4902465 or 12530101. OLE color: 12530101.

HSL color Cylindrical-coordinate representation of color #B531BF: hue angle of 295.77º 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 #B531BF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 49 191 -
CMYK 0.05 0.74 0 0.25
HSL 295.77º 0.59% 0.47% -
HSV(B) 295.77º 0.74% 0.75% -
XYZ 29.56 15.78 50.78 -
YUV 104.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 181 49 191 0.05 0.74 0 0.25 295.77 0.59 0.47
Hex B5 31 BF 5 4A 0 19 128 3B 2F
Octal 265 61 277 5 112 0 31 450 73 57
Binary 10110101 110001 10111111 101 1001010 0 11001 100101000 111011 101111

Color Harmonies of #B531BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531BF

Black with #B531BF

Text Example


Text Example

White with #B531BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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