Html Css Color HEX #B21CFF Electric Purple

📋 copy color: '#B21CFF'

red 178 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #B21CFF

Tints of Electric Purple #B21CFF

RGB

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

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

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

R = 38.61%
G = 6.07%
B = 55.31%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B21CFF (or 0xB21CFF) is known color: Electric Purple. HEX triplet: B2, 1C and FF. RGB value is (178,28,255). Sum of RGB (Red+Green+Blue) = 178+28+255=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B21CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CFF is #4DE300. Grayscale: #616161. Windows color (decimal): -5104385 or 16719026. OLE color: 16719026.

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

Color convert

RGB 178 28 255 -
CMYK 0.30 0.89 0 0
HSL 279.65º 1% 0.55% -
HSV(B) 279.65º 0.89% 1% -
XYZ 36.83 17.52 96.05 -
YUV 98.73 216.2 184.54 -
System Red Green Blue C M Y K H S L
Decimal 178 28 255 0.30 0.89 0 0 279.65 1 0.55
Hex B2 1C FF 1E 59 0 0 118 64 37
Octal 262 34 377 36 131 0 0 430 144 67
Binary 10110010 11100 11111111 11110 1011001 0 0 100011000 1100100 110111

Color Harmonies of #B21CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CFF

Black with #B21CFF

Text Example


Text Example

White with #B21CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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