Html Css Color HEX #B21CED Electric Purple

📋 copy color: '#B21CED'

red 178 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #B21CED

Tints of Electric Purple #B21CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.32%

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

R = 40.18%
G = 6.32%
B = 53.5%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B21CED (or 0xB21CED) is known color: Electric Purple. HEX triplet: B2, 1C and ED. RGB value is (178,28,237). Sum of RGB (Red+Green+Blue) = 178+28+237=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 28 (11.33% from 255 or 6.32% 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 #B21CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CED is #4DE312. Grayscale: #5F5F5F. Windows color (decimal): -5104403 or 15539378. OLE color: 15539378.

HSL color Cylindrical-coordinate representation of color #B21CED: hue angle of 283.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21CED is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 28 237 -
CMYK 0.25 0.88 0 0.07
HSL 283.06º 0.85% 0.52% -
HSV(B) 283.06º 0.88% 0.93% -
XYZ 34.06 16.41 81.49 -
YUV 96.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 178 28 237 0.25 0.88 0 0.07 283.06 0.85 0.52
Hex B2 1C ED 19 58 0 7 11B 55 34
Octal 262 34 355 31 130 0 7 433 125 64
Binary 10110010 11100 11101101 11001 1011000 0 111 100011011 1010101 110100

Color Harmonies of #B21CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CED

Black with #B21CED

Text Example


Text Example

White with #B21CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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