Html Css Color HEX #B818EA Electric Purple

📋 copy color: '#B818EA'

red 184 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #B818EA

Tints of Electric Purple #B818EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.43%

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 41.63%
G = 5.43%
B = 52.94%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B818EA (or 0xB818EA) is known color: Electric Purple. HEX triplet: B8, 18 and EA. RGB value is (184,24,234). Sum of RGB (Red+Green+Blue) = 184+24+234=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #B818EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B818EA is #47E715. Grayscale: #5F5F5F. Windows color (decimal): -4712214 or 15341752. OLE color: 15341752.

HSL color Cylindrical-coordinate representation of color #B818EA: hue angle of 285.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B818EA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 24 234 -
CMYK 0.21 0.90 0 0.08
HSL 285.71º 0.83% 0.51% -
HSV(B) 285.71º 0.9% 0.92% -
XYZ 34.95 16.78 79.24 -
YUV 95.78 206.01 190.92 -
System Red Green Blue C M Y K H S L
Decimal 184 24 234 0.21 0.90 0 0.08 285.71 0.83 0.51
Hex B8 18 EA 15 5A 0 8 11E 53 33
Octal 270 30 352 25 132 0 10 436 123 63
Binary 10111000 11000 11101010 10101 1011010 0 1000 100011110 1010011 110011

Color Harmonies of #B818EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818EA

Black with #B818EA

Text Example


Text Example

White with #B818EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818EA; }

 p { color: rgb(184,24,234); }

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

background-color css

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

 a { background-color: rgb(184,24,234); }

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

border-color css

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

 span { border-color: rgb(184,24,234); }

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