Html Css Color HEX #B422E9 Electric Purple

📋 copy color: '#B422E9'

red 180 ◦ green 34 ◦ blue 233

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

Shades of Electric Purple #B422E9

Tints of Electric Purple #B422E9

RGB

 RED value IS 180 (70.7% from 255) = 40.27%

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

 BLUE value IS 233 (91.41% from 255) = 52.13%

R = 40.27%
G = 7.61%
B = 52.13%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B422E9 (or 0xB422E9) is known color: Electric Purple. HEX triplet: B4, 22 and E9. RGB value is (180,34,233). Sum of RGB (Red+Green+Blue) = 180+34+233=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 34 (13.67% from 255 or 7.61% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #B422E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B422E9 is #4BDD16. Grayscale: #636363. Windows color (decimal): -4971799 or 15278772. OLE color: 15278772.

HSL color Cylindrical-coordinate representation of color #B422E9: hue angle of 284.02º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B422E9 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 34 233 -
CMYK 0.23 0.85 0 0.09
HSL 284.02º 0.82% 0.52% -
HSV(B) 284.02º 0.85% 0.91% -
XYZ 34.1 16.73 78.52 -
YUV 100.34 202.87 184.82 -
System Red Green Blue C M Y K H S L
Decimal 180 34 233 0.23 0.85 0 0.09 284.02 0.82 0.52
Hex B4 22 E9 17 55 0 9 11C 52 34
Octal 264 42 351 27 125 0 11 434 122 64
Binary 10110100 100010 11101001 10111 1010101 0 1001 100011100 1010010 110100

Color Harmonies of #B422E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422E9

Black with #B422E9

Text Example


Text Example

White with #B422E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422E9; }

 p { color: rgb(180,34,233); }

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

background-color css

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

 a { background-color: rgb(180,34,233); }

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

border-color css

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

 span { border-color: rgb(180,34,233); }

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