Html Css Color HEX #B409EE Electric Purple

📋 copy color: '#B409EE'

red 180 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #B409EE

Tints of Electric Purple #B409EE

RGB

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

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

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

R = 42.15%
G = 2.11%
B = 55.74%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B409EE (or 0xB409EE) is known color: Electric Purple. HEX triplet: B4, 09 and EE. RGB value is (180,9,238). Sum of RGB (Red+Green+Blue) = 180+9+238=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #B409EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409EE is #4BF611. Grayscale: #555555. Windows color (decimal): -4978194 or 15600052. OLE color: 15600052.

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

Color convert

RGB 180 9 238 -
CMYK 0.24 0.96 0 0.07
HSL 284.8º 0.93% 0.48% -
HSV(B) 284.8º 0.96% 0.93% -
XYZ 34.35 16.07 82.18 -
YUV 86.24 213.65 194.88 -
System Red Green Blue C M Y K H S L
Decimal 180 9 238 0.24 0.96 0 0.07 284.8 0.93 0.48
Hex B4 9 EE 18 60 0 7 11D 5D 30
Octal 264 11 356 30 140 0 7 435 135 60
Binary 10110100 1001 11101110 11000 1100000 0 111 100011101 1011101 110000

Color Harmonies of #B409EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409EE

Black with #B409EE

Text Example


Text Example

White with #B409EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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