Html Css Color HEX #B827FE Electric Purple

📋 copy color: '#B827FE'

red 184 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #B827FE

Tints of Electric Purple #B827FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.18%

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

R = 38.57%
G = 8.18%
B = 53.25%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B827FE (or 0xB827FE) is known color: Electric Purple. HEX triplet: B8, 27 and FE. RGB value is (184,39,254). Sum of RGB (Red+Green+Blue) = 184+39+254=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #B827FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827FE is #47D801. Grayscale: #6A6A6A. Windows color (decimal): -4708354 or 16656312. OLE color: 16656312.

HSL color Cylindrical-coordinate representation of color #B827FE: hue angle of 280.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B827FE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 39 254 -
CMYK 0.28 0.85 0 0.00
HSL 280.47º 0.99% 0.57% -
HSV(B) 280.47º 0.85% 1% -
XYZ 38.38 18.8 95.37 -
YUV 106.87 211.04 183.02 -
System Red Green Blue C M Y K H S L
Decimal 184 39 254 0.28 0.85 0 0.00 280.47 0.99 0.57
Hex B8 27 FE 1C 55 0 0 118 63 39
Octal 270 47 376 34 125 0 0 430 143 71
Binary 10111000 100111 11111110 11100 1010101 0 0 100011000 1100011 111001

Color Harmonies of #B827FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827FE

Black with #B827FE

Text Example


Text Example

White with #B827FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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