Html Css Color HEX #B415ED Electric Purple

📋 copy color: '#B415ED'

red 180 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #B415ED

Tints of Electric Purple #B415ED

RGB

 RED value IS 180 (70.7% from 255) = 41.1%

 GREEN value IS 21 (8.59% from 255) = 4.79%

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

R = 41.1%
G = 4.79%
B = 54.11%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B415ED (or 0xB415ED) is known color: Electric Purple. HEX triplet: B4, 15 and ED. RGB value is (180,21,237). Sum of RGB (Red+Green+Blue) = 180+21+237=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B415ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B415ED is #4BEA12. Grayscale: #5C5C5C. Windows color (decimal): -4975123 or 15537588. OLE color: 15537588.

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

Color convert

RGB 180 21 237 -
CMYK 0.24 0.91 0 0.07
HSL 284.17º 0.86% 0.51% -
HSV(B) 284.17º 0.91% 0.93% -
XYZ 34.38 16.35 81.47 -
YUV 93.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 180 21 237 0.24 0.91 0 0.07 284.17 0.86 0.51
Hex B4 15 ED 18 5B 0 7 11C 56 33
Octal 264 25 355 30 133 0 7 434 126 63
Binary 10110100 10101 11101101 11000 1011011 0 111 100011100 1010110 110011

Color Harmonies of #B415ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415ED

Black with #B415ED

Text Example


Text Example

White with #B415ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415ED; }

 p { color: rgb(180,21,237); }

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

background-color css

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

 a { background-color: rgb(180,21,237); }

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

border-color css

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

 span { border-color: rgb(180,21,237); }

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