Html Css Color HEX #B827FF Electric Purple

📋 copy color: '#B827FF'

red 184 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #B827FF

Tints of Electric Purple #B827FF

RGB

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

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

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

R = 38.49%
G = 8.16%
B = 53.35%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B827FF (or 0xB827FF) is known color: Electric Purple. HEX triplet: B8, 27 and FF. RGB value is (184,39,255). Sum of RGB (Red+Green+Blue) = 184+39+255=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #B827FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827FF is #47D800. Grayscale: #6A6A6A. Windows color (decimal): -4708353 or 16721848. OLE color: 16721848.

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

Color convert

RGB 184 39 255 -
CMYK 0.28 0.85 0 0
HSL 280.28º 1% 0.58% -
HSV(B) 280.28º 0.85% 1% -
XYZ 38.54 18.86 96.22 -
YUV 106.98 211.54 182.94 -
System Red Green Blue C M Y K H S L
Decimal 184 39 255 0.28 0.85 0 0 280.28 1 0.58
Hex B8 27 FF 1C 55 0 0 118 64 3A
Octal 270 47 377 34 125 0 0 430 144 72
Binary 10111000 100111 11111111 11100 1010101 0 0 100011000 1100100 111010

Color Harmonies of #B827FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827FF

Black with #B827FF

Text Example


Text Example

White with #B827FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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