Html Css Color HEX #B818ED Electric Purple

📋 copy color: '#B818ED'

red 184 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #B818ED

Tints of Electric Purple #B818ED

RGB

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

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

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

R = 41.35%
G = 5.39%
B = 53.26%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B818ED (or 0xB818ED) is known color: Electric Purple. HEX triplet: B8, 18 and ED. RGB value is (184,24,237). Sum of RGB (Red+Green+Blue) = 184+24+237=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #B818ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B818ED is #47E712. Grayscale: #5F5F5F. Windows color (decimal): -4712211 or 15538360. OLE color: 15538360.

HSL color Cylindrical-coordinate representation of color #B818ED: hue angle of 285.07º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B818ED is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 24 237 -
CMYK 0.22 0.90 0 0.07
HSL 285.07º 0.86% 0.51% -
HSV(B) 285.07º 0.9% 0.93% -
XYZ 35.38 16.96 81.53 -
YUV 96.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 184 24 237 0.22 0.90 0 0.07 285.07 0.86 0.51
Hex B8 18 ED 16 5A 0 7 11D 56 33
Octal 270 30 355 26 132 0 7 435 126 63
Binary 10111000 11000 11101101 10110 1011010 0 111 100011101 1010110 110011

Color Harmonies of #B818ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818ED

Black with #B818ED

Text Example


Text Example

White with #B818ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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