Html Css Color HEX #B922EE Electric Purple

📋 copy color: '#B922EE'

red 185 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #B922EE

Tints of Electric Purple #B922EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.44%

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

R = 40.48%
G = 7.44%
B = 52.08%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B922EE (or 0xB922EE) is known color: Electric Purple. HEX triplet: B9, 22 and EE. RGB value is (185,34,238). Sum of RGB (Red+Green+Blue) = 185+34+238=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #B922EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B922EE is #46DD11. Grayscale: #656565. Windows color (decimal): -4644114 or 15606457. OLE color: 15606457.

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

Color convert

RGB 185 34 238 -
CMYK 0.22 0.86 0 0.07
HSL 284.41º 0.86% 0.53% -
HSV(B) 284.41º 0.86% 0.93% -
XYZ 36.01 17.63 82.39 -
YUV 102.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 185 34 238 0.22 0.86 0 0.07 284.41 0.86 0.53
Hex B9 22 EE 16 56 0 7 11C 56 35
Octal 271 42 356 26 126 0 7 434 126 65
Binary 10111001 100010 11101110 10110 1010110 0 111 100011100 1010110 110101

Color Harmonies of #B922EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B922EE

Black with #B922EE

Text Example


Text Example

White with #B922EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B922EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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