Html Css Color HEX #B215FF Electric Purple

📋 copy color: '#B215FF'

red 178 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B215FF

Tints of Electric Purple #B215FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 39.21%
G = 4.63%
B = 56.17%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B215FF (or 0xB215FF) is known color: Electric Purple. HEX triplet: B2, 15 and FF. RGB value is (178,21,255). Sum of RGB (Red+Green+Blue) = 178+21+255=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B215FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B215FF is #4DEA00. Grayscale: #5D5D5D. Windows color (decimal): -5106177 or 16717234. OLE color: 16717234.

HSL color Cylindrical-coordinate representation of color #B215FF: hue angle of 280.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B215FF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 21 255 -
CMYK 0.30 0.92 0 0
HSL 280.26º 1% 0.54% -
HSV(B) 280.26º 0.92% 1% -
XYZ 36.68 17.22 96 -
YUV 94.62 218.51 187.47 -
System Red Green Blue C M Y K H S L
Decimal 178 21 255 0.30 0.92 0 0 280.26 1 0.54
Hex B2 15 FF 1E 5C 0 0 118 64 36
Octal 262 25 377 36 134 0 0 430 144 66
Binary 10110010 10101 11111111 11110 1011100 0 0 100011000 1100100 110110

Color Harmonies of #B215FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215FF

Black with #B215FF

Text Example


Text Example

White with #B215FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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