Html Css Color HEX #B618ED Electric Purple

📋 copy color: '#B618ED'

red 182 ◦ green 24 ◦ blue 237

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

Shades of Electric Purple #B618ED

Tints of Electric Purple #B618ED

RGB

 RED value IS 182 (71.48% from 255) = 41.08%

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

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

R = 41.08%
G = 5.42%
B = 53.5%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B618ED (or 0xB618ED) is known color: Electric Purple. HEX triplet: B6, 18 and ED. RGB value is (182,24,237). Sum of RGB (Red+Green+Blue) = 182+24+237=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #B618ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B618ED is #49E712. Grayscale: #5E5E5E. Windows color (decimal): -4843283 or 15538358. OLE color: 15538358.

HSL color Cylindrical-coordinate representation of color #B618ED: hue angle of 284.51º 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 #B618ED is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 24 237 -
CMYK 0.23 0.90 0 0.07
HSL 284.51º 0.86% 0.51% -
HSV(B) 284.51º 0.9% 0.93% -
XYZ 34.9 16.71 81.51 -
YUV 95.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 182 24 237 0.23 0.90 0 0.07 284.51 0.86 0.51
Hex B6 18 ED 17 5A 0 7 11D 56 33
Octal 266 30 355 27 132 0 7 435 126 63
Binary 10110110 11000 11101101 10111 1011010 0 111 100011101 1010110 110011

Color Harmonies of #B618ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618ED

Black with #B618ED

Text Example


Text Example

White with #B618ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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