Html Css Color HEX #B409E6 Electric Purple

📋 copy color: '#B409E6'

red 180 ◦ green 9 ◦ blue 230

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

Shades of Electric Purple #B409E6

Tints of Electric Purple #B409E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.89%

R = 42.96%
G = 2.15%
B = 54.89%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B409E6 (or 0xB409E6) is known color: Electric Purple. HEX triplet: B4, 09 and E6. RGB value is (180,9,230). Sum of RGB (Red+Green+Blue) = 180+9+230=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #B409E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409E6 is #4BF619. Grayscale: #545454. Windows color (decimal): -4978202 or 15075764. OLE color: 15075764.

HSL color Cylindrical-coordinate representation of color #B409E6: hue angle of 286.43º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409E6 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 9 230 -
CMYK 0.22 0.96 0 0.10
HSL 286.43º 0.92% 0.47% -
HSV(B) 286.43º 0.96% 0.9% -
XYZ 33.2 15.61 76.13 -
YUV 85.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 180 9 230 0.22 0.96 0 0.10 286.43 0.92 0.47
Hex B4 9 E6 16 60 0 A 11E 5C 2F
Octal 264 11 346 26 140 0 12 436 134 57
Binary 10110100 1001 11100110 10110 1100000 0 1010 100011110 1011100 101111

Color Harmonies of #B409E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409E6

Black with #B409E6

Text Example


Text Example

White with #B409E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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