Html Css Color HEX #B821FF Electric Purple

📋 copy color: '#B821FF'

red 184 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #B821FF

Tints of Electric Purple #B821FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 38.98%
G = 6.99%
B = 54.03%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B821FF (or 0xB821FF) is known color: Electric Purple. HEX triplet: B8, 21 and FF. RGB value is (184,33,255). Sum of RGB (Red+Green+Blue) = 184+33+255=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B821FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B821FF is #47DE00. Grayscale: #666666. Windows color (decimal): -4709889 or 16720312. OLE color: 16720312.

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

Color convert

RGB 184 33 255 -
CMYK 0.28 0.87 0 0
HSL 280.81º 1% 0.56% -
HSV(B) 280.81º 0.87% 1% -
XYZ 38.36 18.5 96.16 -
YUV 103.46 213.53 185.45 -
System Red Green Blue C M Y K H S L
Decimal 184 33 255 0.28 0.87 0 0 280.81 1 0.56
Hex B8 21 FF 1C 57 0 0 119 64 38
Octal 270 41 377 34 127 0 0 431 144 70
Binary 10111000 100001 11111111 11100 1010111 0 0 100011001 1100100 111000

Color Harmonies of #B821FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B821FF

Black with #B821FF

Text Example


Text Example

White with #B821FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B821FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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