Html Css Color HEX #B21CFB Electric Purple

📋 copy color: '#B21CFB'

red 178 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #B21CFB

Tints of Electric Purple #B21CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.92%

R = 38.95%
G = 6.13%
B = 54.92%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B21CFB (or 0xB21CFB) is known color: Electric Purple. HEX triplet: B2, 1C and FB. RGB value is (178,28,251). Sum of RGB (Red+Green+Blue) = 178+28+251=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #B21CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CFB is #4DE304. Grayscale: #616161. Windows color (decimal): -5104389 or 16456882. OLE color: 16456882.

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

Color convert

RGB 178 28 251 -
CMYK 0.29 0.89 0 0.02
HSL 280.36º 0.97% 0.55% -
HSV(B) 280.36º 0.89% 0.98% -
XYZ 36.19 17.26 92.69 -
YUV 98.27 214.2 184.87 -
System Red Green Blue C M Y K H S L
Decimal 178 28 251 0.29 0.89 0 0.02 280.36 0.97 0.55
Hex B2 1C FB 1D 59 0 2 118 61 37
Octal 262 34 373 35 131 0 2 430 141 67
Binary 10110010 11100 11111011 11101 1011001 0 10 100011000 1100001 110111

Color Harmonies of #B21CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CFB

Black with #B21CFB

Text Example


Text Example

White with #B21CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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