Html Css Color HEX #B531FB Electric Purple

📋 copy color: '#B531FB'

red 181 ◦ green 49 ◦ blue 251

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

Shades of Electric Purple #B531FB

Tints of Electric Purple #B531FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 37.63%
G = 10.19%
B = 52.18%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B531FB (or 0xB531FB) is known color: Electric Purple. HEX triplet: B5, 31 and FB. RGB value is (181,49,251). Sum of RGB (Red+Green+Blue) = 181+49+251=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #B531FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531FB is #4ACE04. Grayscale: #6E6E6E. Windows color (decimal): -4902405 or 16462261. OLE color: 16462261.

HSL color Cylindrical-coordinate representation of color #B531FB: hue angle of 279.21º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B531FB is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 49 251 -
CMYK 0.28 0.80 0 0.02
HSL 279.21º 0.96% 0.59% -
HSV(B) 279.21º 0.8% 0.98% -
XYZ 37.57 18.99 92.95 -
YUV 111.5 206.73 177.57 -
System Red Green Blue C M Y K H S L
Decimal 181 49 251 0.28 0.80 0 0.02 279.21 0.96 0.59
Hex B5 31 FB 1C 50 0 2 117 60 3B
Octal 265 61 373 34 120 0 2 427 140 73
Binary 10110101 110001 11111011 11100 1010000 0 10 100010111 1100000 111011

Color Harmonies of #B531FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531FB

Black with #B531FB

Text Example


Text Example

White with #B531FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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