Html Css Color HEX #B21CFD Electric Purple

📋 copy color: '#B21CFD'

red 178 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #B21CFD

Tints of Electric Purple #B21CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 38.78%
G = 6.1%
B = 55.12%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B21CFD (or 0xB21CFD) is known color: Electric Purple. HEX triplet: B2, 1C and FD. RGB value is (178,28,253). Sum of RGB (Red+Green+Blue) = 178+28+253=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #B21CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CFD is #4DE302. Grayscale: #616161. Windows color (decimal): -5104387 or 16587954. OLE color: 16587954.

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

Color convert

RGB 178 28 253 -
CMYK 0.30 0.89 0 0.01
HSL 280º 0.98% 0.55% -
HSV(B) 280º 0.89% 0.99% -
XYZ 36.5 17.39 94.36 -
YUV 98.5 215.2 184.7 -
System Red Green Blue C M Y K H S L
Decimal 178 28 253 0.30 0.89 0 0.01 280 0.98 0.55
Hex B2 1C FD 1E 59 0 1 118 62 37
Octal 262 34 375 36 131 0 1 430 142 67
Binary 10110010 11100 11111101 11110 1011001 0 1 100011000 1100010 110111

Color Harmonies of #B21CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CFD

Black with #B21CFD

Text Example


Text Example

White with #B21CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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