Html Css Color HEX #B821FD Electric Purple

📋 copy color: '#B821FD'

red 184 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #B821FD

Tints of Electric Purple #B821FD

RGB

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

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

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

R = 39.15%
G = 7.02%
B = 53.83%

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

#B821FD (or 0xB821FD) is known color: Electric Purple. HEX triplet: B8, 21 and FD. RGB value is (184,33,253). Sum of RGB (Red+Green+Blue) = 184+33+253=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #B821FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B821FD is #47DE02. Grayscale: #666666. Windows color (decimal): -4709891 or 16589240. OLE color: 16589240.

HSL color Cylindrical-coordinate representation of color #B821FD: hue angle of 281.18º degrees, saturation: 0.98, 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 #B821FD is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 33 253 -
CMYK 0.27 0.87 0 0.01
HSL 281.18º 0.98% 0.56% -
HSV(B) 281.18º 0.87% 0.99% -
XYZ 38.04 18.37 94.47 -
YUV 103.23 212.53 185.61 -
System Red Green Blue C M Y K H S L
Decimal 184 33 253 0.27 0.87 0 0.01 281.18 0.98 0.56
Hex B8 21 FD 1B 57 0 1 119 62 38
Octal 270 41 375 33 127 0 1 431 142 70
Binary 10111000 100001 11111101 11011 1010111 0 1 100011001 1100010 111000

Color Harmonies of #B821FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821FD

Black with #B821FD

Text Example


Text Example

White with #B821FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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