Html Css Color HEX #B832FE Electric Purple

📋 copy color: '#B832FE'

red 184 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #B832FE

Tints of Electric Purple #B832FE

RGB

 RED value IS 184 (72.27% from 255) = 37.7%

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

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

R = 37.7%
G = 10.25%
B = 52.05%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B832FE (or 0xB832FE) is known color: Electric Purple. HEX triplet: B8, 32 and FE. RGB value is (184,50,254). Sum of RGB (Red+Green+Blue) = 184+50+254=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 50 (19.92% from 255 or 10.25% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #B832FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B832FE is #47CD01. Grayscale: #707070. Windows color (decimal): -4705538 or 16659128. OLE color: 16659128.

HSL color Cylindrical-coordinate representation of color #B832FE: hue angle of 279.41º 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 #B832FE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 50 254 -
CMYK 0.28 0.80 0 0.00
HSL 279.41º 0.99% 0.6% -
HSV(B) 279.41º 0.8% 1% -
XYZ 38.8 19.63 95.51 -
YUV 113.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 184 50 254 0.28 0.80 0 0.00 279.41 0.99 0.6
Hex B8 32 FE 1C 50 0 0 117 63 3C
Octal 270 62 376 34 120 0 0 427 143 74
Binary 10111000 110010 11111110 11100 1010000 0 0 100010111 1100011 111100

Color Harmonies of #B832FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832FE

Black with #B832FE

Text Example


Text Example

White with #B832FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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