Html Css Color HEX #B81CE9 Electric Purple

📋 copy color: '#B81CE9'

red 184 ◦ green 28 ◦ blue 233

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

Shades of Electric Purple #B81CE9

Tints of Electric Purple #B81CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.36%

R = 41.35%
G = 6.29%
B = 52.36%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B81CE9 (or 0xB81CE9) is known color: Electric Purple. HEX triplet: B8, 1C and E9. RGB value is (184,28,233). Sum of RGB (Red+Green+Blue) = 184+28+233=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #B81CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CE9 is #47E316. Grayscale: #616161. Windows color (decimal): -4711191 or 15277240. OLE color: 15277240.

HSL color Cylindrical-coordinate representation of color #B81CE9: hue angle of 285.66º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CE9 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 28 233 -
CMYK 0.21 0.88 0 0.09
HSL 285.66º 0.82% 0.51% -
HSV(B) 285.66º 0.88% 0.91% -
XYZ 34.89 16.9 78.51 -
YUV 98.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 184 28 233 0.21 0.88 0 0.09 285.66 0.82 0.51
Hex B8 1C E9 15 58 0 9 11E 52 33
Octal 270 34 351 25 130 0 11 436 122 63
Binary 10111000 11100 11101001 10101 1011000 0 1001 100011110 1010010 110011

Color Harmonies of #B81CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CE9

Black with #B81CE9

Text Example


Text Example

White with #B81CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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