Html Css Color HEX #B409F1 Electric Purple

📋 copy color: '#B409F1'

red 180 ◦ green 9 ◦ blue 241

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

Shades of Electric Purple #B409F1

Tints of Electric Purple #B409F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 41.86%
G = 2.09%
B = 56.05%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B409F1 (or 0xB409F1) is known color: Electric Purple. HEX triplet: B4, 09 and F1. RGB value is (180,9,241). Sum of RGB (Red+Green+Blue) = 180+9+241=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #B409F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B409F1 is #4BF60E. Grayscale: #555555. Windows color (decimal): -4978191 or 15796660. OLE color: 15796660.

HSL color Cylindrical-coordinate representation of color #B409F1: hue angle of 284.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409F1 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 9 241 -
CMYK 0.25 0.96 0 0.05
HSL 284.22º 0.93% 0.49% -
HSV(B) 284.22º 0.96% 0.95% -
XYZ 34.8 16.25 84.52 -
YUV 86.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 180 9 241 0.25 0.96 0 0.05 284.22 0.93 0.49
Hex B4 9 F1 19 60 0 5 11C 5D 31
Octal 264 11 361 31 140 0 5 434 135 61
Binary 10110100 1001 11110001 11001 1100000 0 101 100011100 1011101 110001

Color Harmonies of #B409F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B409F1

Black with #B409F1

Text Example


Text Example

White with #B409F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B409F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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