Html Css Color HEX #B21CF0 Electric Purple

📋 copy color: '#B21CF0'

red 178 ◦ green 28 ◦ blue 240

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

Shades of Electric Purple #B21CF0

Tints of Electric Purple #B21CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.81%

R = 39.91%
G = 6.28%
B = 53.81%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B21CF0 (or 0xB21CF0) is known color: Electric Purple. HEX triplet: B2, 1C and F0. RGB value is (178,28,240). Sum of RGB (Red+Green+Blue) = 178+28+240=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #B21CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21CF0 is #4DE30F. Grayscale: #606060. Windows color (decimal): -5104400 or 15735986. OLE color: 15735986.

HSL color Cylindrical-coordinate representation of color #B21CF0: hue angle of 282.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21CF0 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 28 240 -
CMYK 0.26 0.88 0 0.06
HSL 282.45º 0.88% 0.53% -
HSV(B) 282.45º 0.88% 0.94% -
XYZ 34.5 16.59 83.82 -
YUV 97.02 208.7 185.76 -
System Red Green Blue C M Y K H S L
Decimal 178 28 240 0.26 0.88 0 0.06 282.45 0.88 0.53
Hex B2 1C F0 1A 58 0 6 11A 58 35
Octal 262 34 360 32 130 0 6 432 130 65
Binary 10110010 11100 11110000 11010 1011000 0 110 100011010 1011000 110101

Color Harmonies of #B21CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CF0

Black with #B21CF0

Text Example


Text Example

White with #B21CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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