Html Css Color HEX #B932FE Electric Purple

📋 copy color: '#B932FE'

red 185 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #B932FE

Tints of Electric Purple #B932FE

RGB

 RED value IS 185 (72.66% from 255) = 37.83%

 GREEN value IS 50 (19.92% from 255) = 10.22%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 37.83%
G = 10.22%
B = 51.94%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B932FE (or 0xB932FE) is known color: Electric Purple. HEX triplet: B9, 32 and FE. RGB value is (185,50,254). Sum of RGB (Red+Green+Blue) = 185+50+254=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #B932FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932FE is #46CD01. Grayscale: #707070. Windows color (decimal): -4640002 or 16659129. OLE color: 16659129.

HSL color Cylindrical-coordinate representation of color #B932FE: hue angle of 279.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B932FE is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 50 254 -
CMYK 0.27 0.80 0 0.00
HSL 279.71º 0.99% 0.6% -
HSV(B) 279.71º 0.8% 1% -
XYZ 39.04 19.75 95.52 -
YUV 113.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 185 50 254 0.27 0.80 0 0.00 279.71 0.99 0.6
Hex B9 32 FE 1B 50 0 0 118 63 3C
Octal 271 62 376 33 120 0 0 430 143 74
Binary 10111001 110010 11111110 11011 1010000 0 0 100011000 1100011 111100

Color Harmonies of #B932FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932FE

Black with #B932FE

Text Example


Text Example

White with #B932FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932FE; }

 p { color: rgb(185,50,254); }

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

background-color css

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

 a { background-color: rgb(185,50,254); }

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

border-color css

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

 span { border-color: rgb(185,50,254); }

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