Html Css Color HEX #B827ED Electric Purple

📋 copy color: '#B827ED'

red 184 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #B827ED

Tints of Electric Purple #B827ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 40%
G = 8.48%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B827ED (or 0xB827ED) is known color: Electric Purple. HEX triplet: B8, 27 and ED. RGB value is (184,39,237). Sum of RGB (Red+Green+Blue) = 184+39+237=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B827ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827ED is #47D812. Grayscale: #686868. Windows color (decimal): -4708371 or 15542200. OLE color: 15542200.

HSL color Cylindrical-coordinate representation of color #B827ED: hue angle of 283.94º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B827ED is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 39 237 -
CMYK 0.22 0.84 0 0.07
HSL 283.94º 0.85% 0.54% -
HSV(B) 283.94º 0.84% 0.93% -
XYZ 35.78 17.76 81.66 -
YUV 104.93 202.54 184.4 -
System Red Green Blue C M Y K H S L
Decimal 184 39 237 0.22 0.84 0 0.07 283.94 0.85 0.54
Hex B8 27 ED 16 54 0 7 11C 55 36
Octal 270 47 355 26 124 0 7 434 125 66
Binary 10111000 100111 11101101 10110 1010100 0 111 100011100 1010101 110110

Color Harmonies of #B827ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827ED

Black with #B827ED

Text Example


Text Example

White with #B827ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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