Html Css Color HEX #B215E6 Electric Purple

📋 copy color: '#B215E6'

red 178 ◦ green 21 ◦ blue 230

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

Shades of Electric Purple #B215E6

Tints of Electric Purple #B215E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 41.49%
G = 4.9%
B = 53.61%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B215E6 (or 0xB215E6) is known color: Electric Purple. HEX triplet: B2, 15 and E6. RGB value is (178,21,230). Sum of RGB (Red+Green+Blue) = 178+21+230=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #B215E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B215E6 is #4DEA19. Grayscale: #5B5B5B. Windows color (decimal): -5106202 or 15078834. OLE color: 15078834.

HSL color Cylindrical-coordinate representation of color #B215E6: hue angle of 285.07º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B215E6 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 21 230 -
CMYK 0.23 0.91 0 0.10
HSL 285.07º 0.83% 0.49% -
HSV(B) 285.07º 0.91% 0.9% -
XYZ 32.91 15.71 76.16 -
YUV 91.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 178 21 230 0.23 0.91 0 0.10 285.07 0.83 0.49
Hex B2 15 E6 17 5B 0 A 11D 53 31
Octal 262 25 346 27 133 0 12 435 123 61
Binary 10110010 10101 11100110 10111 1011011 0 1010 100011101 1010011 110001

Color Harmonies of #B215E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215E6

Black with #B215E6

Text Example


Text Example

White with #B215E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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