Html Css Color HEX #B409EA Electric Purple

📋 copy color: '#B409EA'

red 180 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #B409EA

Tints of Electric Purple #B409EA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.13%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 42.55%
G = 2.13%
B = 55.32%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B409EA (or 0xB409EA) is known color: Electric Purple. HEX triplet: B4, 09 and EA. RGB value is (180,9,234). Sum of RGB (Red+Green+Blue) = 180+9+234=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #B409EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409EA is #4BF615. Grayscale: #555555. Windows color (decimal): -4978198 or 15337908. OLE color: 15337908.

HSL color Cylindrical-coordinate representation of color #B409EA: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409EA is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 9 234 -
CMYK 0.23 0.96 0 0.08
HSL 285.6º 0.93% 0.48% -
HSV(B) 285.6º 0.96% 0.92% -
XYZ 33.77 15.84 79.12 -
YUV 85.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 180 9 234 0.23 0.96 0 0.08 285.6 0.93 0.48
Hex B4 9 EA 17 60 0 8 11E 5D 30
Octal 264 11 352 27 140 0 10 436 135 60
Binary 10110100 1001 11101010 10111 1100000 0 1000 100011110 1011101 110000

Color Harmonies of #B409EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409EA

Black with #B409EA

Text Example


Text Example

White with #B409EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409EA; }

 p { color: rgb(180,9,234); }

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

background-color css

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

 a { background-color: rgb(180,9,234); }

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

border-color css

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

 span { border-color: rgb(180,9,234); }

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