Html Css Color HEX #B331FF Electric Purple

📋 copy color: '#B331FF'

red 179 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #B331FF

Tints of Electric Purple #B331FF

RGB

 RED value IS 179 (70.31% from 255) = 37.06%

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 37.06%
G = 10.14%
B = 52.8%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B331FF (or 0xB331FF) is known color: Electric Purple. HEX triplet: B3, 31 and FF. RGB value is (179,49,255). Sum of RGB (Red+Green+Blue) = 179+49+255=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #B331FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B331FF is #4CCE00. Grayscale: #6E6E6E. Windows color (decimal): -5033473 or 16724403. OLE color: 16724403.

HSL color Cylindrical-coordinate representation of color #B331FF: hue angle of 277.86º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B331FF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 49 255 -
CMYK 0.30 0.81 0 0
HSL 277.86º 1% 0.6% -
HSV(B) 277.86º 0.81% 1% -
XYZ 37.74 19 96.29 -
YUV 111.35 209.07 176.25 -
System Red Green Blue C M Y K H S L
Decimal 179 49 255 0.30 0.81 0 0 277.86 1 0.6
Hex B3 31 FF 1E 51 0 0 116 64 3C
Octal 263 61 377 36 121 0 0 426 144 74
Binary 10110011 110001 11111111 11110 1010001 0 0 100010110 1100100 111100

Color Harmonies of #B331FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331FF

Black with #B331FF

Text Example


Text Example

White with #B331FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331FF; }

 p { color: rgb(179,49,255); }

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

background-color css

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

 a { background-color: rgb(179,49,255); }

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

border-color css

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

 span { border-color: rgb(179,49,255); }

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