Html Css Color HEX #B81CEB Electric Purple

📋 copy color: '#B81CEB'

red 184 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #B81CEB

Tints of Electric Purple #B81CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.26%

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 41.16%
G = 6.26%
B = 52.57%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B81CEB (or 0xB81CEB) is known color: Electric Purple. HEX triplet: B8, 1C and EB. RGB value is (184,28,235). Sum of RGB (Red+Green+Blue) = 184+28+235=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #B81CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CEB is #47E314. Grayscale: #616161. Windows color (decimal): -4711189 or 15408312. OLE color: 15408312.

HSL color Cylindrical-coordinate representation of color #B81CEB: hue angle of 285.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CEB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 28 235 -
CMYK 0.22 0.88 0 0.08
HSL 285.22º 0.84% 0.52% -
HSV(B) 285.22º 0.88% 0.92% -
XYZ 35.18 17.02 80.03 -
YUV 98.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 184 28 235 0.22 0.88 0 0.08 285.22 0.84 0.52
Hex B8 1C EB 16 58 0 8 11D 54 34
Octal 270 34 353 26 130 0 10 435 124 64
Binary 10111000 11100 11101011 10110 1011000 0 1000 100011101 1010100 110100

Color Harmonies of #B81CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CEB

Black with #B81CEB

Text Example


Text Example

White with #B81CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CEB; }

 p { color: rgb(184,28,235); }

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

background-color css

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

 a { background-color: rgb(184,28,235); }

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

border-color css

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

 span { border-color: rgb(184,28,235); }

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