Html Css Color HEX #B820FF Electric Purple

📋 copy color: '#B820FF'

red 184 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B820FF

Tints of Electric Purple #B820FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.79%

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

R = 39.07%
G = 6.79%
B = 54.14%

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

#B820FF (or 0xB820FF) is known color: Electric Purple. HEX triplet: B8, 20 and FF. RGB value is (184,32,255). Sum of RGB (Red+Green+Blue) = 184+32+255=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #B820FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820FF is #47DF00. Grayscale: #666666. Windows color (decimal): -4710145 or 16720056. OLE color: 16720056.

HSL color Cylindrical-coordinate representation of color #B820FF: hue angle of 280.9º 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 #B820FF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 32 255 -
CMYK 0.28 0.87 0 0
HSL 280.9º 1% 0.56% -
HSV(B) 280.9º 0.87% 1% -
XYZ 38.33 18.44 96.15 -
YUV 102.87 213.86 185.87 -
System Red Green Blue C M Y K H S L
Decimal 184 32 255 0.28 0.87 0 0 280.9 1 0.56
Hex B8 20 FF 1C 57 0 0 119 64 38
Octal 270 40 377 34 127 0 0 431 144 70
Binary 10111000 100000 11111111 11100 1010111 0 0 100011001 1100100 111000

Color Harmonies of #B820FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B820FF

Black with #B820FF

Text Example


Text Example

White with #B820FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B820FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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