Html Css Color HEX #B215ED Electric Purple

📋 copy color: '#B215ED'

red 178 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #B215ED

Tints of Electric Purple #B215ED

RGB

 RED value IS 178 (69.92% from 255) = 40.83%

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

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

R = 40.83%
G = 4.82%
B = 54.36%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B215ED (or 0xB215ED) is known color: Electric Purple. HEX triplet: B2, 15 and ED. RGB value is (178,21,237). Sum of RGB (Red+Green+Blue) = 178+21+237=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #B215ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B215ED is #4DEA12. Grayscale: #5B5B5B. Windows color (decimal): -5106195 or 15537586. OLE color: 15537586.

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

Color convert

RGB 178 21 237 -
CMYK 0.25 0.91 0 0.07
HSL 283.61º 0.86% 0.51% -
HSV(B) 283.61º 0.91% 0.93% -
XYZ 33.91 16.12 81.44 -
YUV 92.57 209.51 188.94 -
System Red Green Blue C M Y K H S L
Decimal 178 21 237 0.25 0.91 0 0.07 283.61 0.86 0.51
Hex B2 15 ED 19 5B 0 7 11C 56 33
Octal 262 25 355 31 133 0 7 434 126 63
Binary 10110010 10101 11101101 11001 1011011 0 111 100011100 1010110 110011

Color Harmonies of #B215ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215ED

Black with #B215ED

Text Example


Text Example

White with #B215ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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