Html Css Color HEX #B821FC Electric Purple

📋 copy color: '#B821FC'

red 184 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #B821FC

Tints of Electric Purple #B821FC

RGB

 RED value IS 184 (72.27% from 255) = 39.23%

 GREEN value IS 33 (13.28% from 255) = 7.04%

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

R = 39.23%
G = 7.04%
B = 53.73%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B821FC (or 0xB821FC) is known color: Electric Purple. HEX triplet: B8, 21 and FC. RGB value is (184,33,252). Sum of RGB (Red+Green+Blue) = 184+33+252=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #B821FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B821FC is #47DE03. Grayscale: #666666. Windows color (decimal): -4709892 or 16523704. OLE color: 16523704.

HSL color Cylindrical-coordinate representation of color #B821FC: hue angle of 281.37º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B821FC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 33 252 -
CMYK 0.27 0.87 0 0.01
HSL 281.37º 0.97% 0.56% -
HSV(B) 281.37º 0.87% 0.99% -
XYZ 37.88 18.31 93.63 -
YUV 103.12 212.03 185.69 -
System Red Green Blue C M Y K H S L
Decimal 184 33 252 0.27 0.87 0 0.01 281.37 0.97 0.56
Hex B8 21 FC 1B 57 0 1 119 61 38
Octal 270 41 374 33 127 0 1 431 141 70
Binary 10111000 100001 11111100 11011 1010111 0 1 100011001 1100001 111000

Color Harmonies of #B821FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821FC

Black with #B821FC

Text Example


Text Example

White with #B821FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821FC; }

 p { color: rgb(184,33,252); }

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

background-color css

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

 a { background-color: rgb(184,33,252); }

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

border-color css

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

 span { border-color: rgb(184,33,252); }

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