Html Css Color HEX #B531FC Electric Purple

📋 copy color: '#B531FC'

red 181 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #B531FC

Tints of Electric Purple #B531FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 37.55%
G = 10.17%
B = 52.28%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B531FC (or 0xB531FC) is known color: Electric Purple. HEX triplet: B5, 31 and FC. RGB value is (181,49,252). Sum of RGB (Red+Green+Blue) = 181+49+252=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #B531FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531FC is #4ACE03. Grayscale: #6E6E6E. Windows color (decimal): -4902404 or 16527797. OLE color: 16527797.

HSL color Cylindrical-coordinate representation of color #B531FC: hue angle of 279.01º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B531FC is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 49 252 -
CMYK 0.28 0.81 0 0.01
HSL 279.01º 0.97% 0.59% -
HSV(B) 279.01º 0.81% 0.99% -
XYZ 37.73 19.05 93.78 -
YUV 111.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 181 49 252 0.28 0.81 0 0.01 279.01 0.97 0.59
Hex B5 31 FC 1C 51 0 1 117 61 3B
Octal 265 61 374 34 121 0 1 427 141 73
Binary 10110101 110001 11111100 11100 1010001 0 1 100010111 1100001 111011

Color Harmonies of #B531FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531FC

Black with #B531FC

Text Example


Text Example

White with #B531FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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