Html Css Color HEX #B825EC Electric Purple

📋 copy color: '#B825EC'

red 184 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #B825EC

Tints of Electric Purple #B825EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 40.26%
G = 8.1%
B = 51.64%

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

#B825EC (or 0xB825EC) is known color: Electric Purple. HEX triplet: B8, 25 and EC. RGB value is (184,37,236). Sum of RGB (Red+Green+Blue) = 184+37+236=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #B825EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825EC is #47DA13. Grayscale: #666666. Windows color (decimal): -4708884 or 15476152. OLE color: 15476152.

HSL color Cylindrical-coordinate representation of color #B825EC: hue angle of 284.32º degrees, saturation: 0.84, 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 #B825EC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 37 236 -
CMYK 0.22 0.84 0 0.07
HSL 284.32º 0.84% 0.54% -
HSV(B) 284.32º 0.84% 0.93% -
XYZ 35.57 17.57 80.87 -
YUV 103.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 184 37 236 0.22 0.84 0 0.07 284.32 0.84 0.54
Hex B8 25 EC 16 54 0 7 11C 54 36
Octal 270 45 354 26 124 0 7 434 124 66
Binary 10111000 100101 11101100 10110 1010100 0 111 100011100 1010100 110110

Color Harmonies of #B825EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825EC

Black with #B825EC

Text Example


Text Example

White with #B825EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825EC; }

 p { color: rgb(184,37,236); }

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

background-color css

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

 a { background-color: rgb(184,37,236); }

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

border-color css

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

 span { border-color: rgb(184,37,236); }

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