Html Css Color HEX #B920EE Electric Purple

📋 copy color: '#B920EE'

red 185 ◦ green 32 ◦ blue 238

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

Shades of Electric Purple #B920EE

Tints of Electric Purple #B920EE

RGB

 RED value IS 185 (72.66% from 255) = 40.66%

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

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 40.66%
G = 7.03%
B = 52.31%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B920EE (or 0xB920EE) is known color: Electric Purple. HEX triplet: B9, 20 and EE. RGB value is (185,32,238). Sum of RGB (Red+Green+Blue) = 185+32+238=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #B920EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B920EE is #46DF11. Grayscale: #646464. Windows color (decimal): -4644626 or 15605945. OLE color: 15605945.

HSL color Cylindrical-coordinate representation of color #B920EE: hue angle of 284.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B920EE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 32 238 -
CMYK 0.22 0.87 0 0.07
HSL 284.56º 0.86% 0.53% -
HSV(B) 284.56º 0.87% 0.93% -
XYZ 35.96 17.52 82.38 -
YUV 101.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 185 32 238 0.22 0.87 0 0.07 284.56 0.86 0.53
Hex B9 20 EE 16 57 0 7 11D 56 35
Octal 271 40 356 26 127 0 7 435 126 65
Binary 10111001 100000 11101110 10110 1010111 0 111 100011101 1010110 110101

Color Harmonies of #B920EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920EE

Black with #B920EE

Text Example


Text Example

White with #B920EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920EE; }

 p { color: rgb(185,32,238); }

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

background-color css

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

 a { background-color: rgb(185,32,238); }

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

border-color css

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

 span { border-color: rgb(185,32,238); }

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