Html Css Color HEX #B21BFC Electric Purple

📋 copy color: '#B21BFC'

red 178 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #B21BFC

Tints of Electric Purple #B21BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.91%

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 38.95%
G = 5.91%
B = 55.14%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B21BFC (or 0xB21BFC) is known color: Electric Purple. HEX triplet: B2, 1B and FC. RGB value is (178,27,252). Sum of RGB (Red+Green+Blue) = 178+27+252=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #B21BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B21BFC is #4DE403. Grayscale: #616161. Windows color (decimal): -5104644 or 16522162. OLE color: 16522162.

HSL color Cylindrical-coordinate representation of color #B21BFC: hue angle of 280.27º degrees, saturation: 0.97, 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 #B21BFC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 27 252 -
CMYK 0.29 0.89 0 0.01
HSL 280.27º 0.97% 0.55% -
HSV(B) 280.27º 0.89% 0.99% -
XYZ 36.32 17.28 93.52 -
YUV 97.8 215.03 185.2 -
System Red Green Blue C M Y K H S L
Decimal 178 27 252 0.29 0.89 0 0.01 280.27 0.97 0.55
Hex B2 1B FC 1D 59 0 1 118 61 37
Octal 262 33 374 35 131 0 1 430 141 67
Binary 10110010 11011 11111100 11101 1011001 0 1 100011000 1100001 110111

Color Harmonies of #B21BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BFC

Black with #B21BFC

Text Example


Text Example

White with #B21BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BFC; }

 p { color: rgb(178,27,252); }

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

background-color css

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

 a { background-color: rgb(178,27,252); }

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

border-color css

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

 span { border-color: rgb(178,27,252); }

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