Html Css Color HEX #B405F4 Electric Purple

📋 copy color: '#B405F4'

red 180 ◦ green 5 ◦ blue 244

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

Shades of Electric Purple #B405F4

Tints of Electric Purple #B405F4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 244 (95.7% from 255) = 56.88%

R = 41.96%
G = 1.17%
B = 56.88%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B405F4 (or 0xB405F4) is known color: Electric Purple. HEX triplet: B4, 05 and F4. RGB value is (180,5,244). Sum of RGB (Red+Green+Blue) = 180+5+244=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 244 (95.70% from 255 or 56.88% from 429); Max value from RGB is 244 - color contains mainly: blue. Hex color #B405F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B405F4 is #4BFA0B. Grayscale: #535353. Windows color (decimal): -4979212 or 15992244. OLE color: 15992244.

HSL color Cylindrical-coordinate representation of color #B405F4: hue angle of 283.93º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405F4 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 5 244 -
CMYK 0.26 0.98 0 0.04
HSL 283.93º 0.96% 0.49% -
HSV(B) 283.93º 0.98% 0.96% -
XYZ 35.21 16.34 86.89 -
YUV 84.57 217.98 196.07 -
System Red Green Blue C M Y K H S L
Decimal 180 5 244 0.26 0.98 0 0.04 283.93 0.96 0.49
Hex B4 5 F4 1A 62 0 4 11C 60 31
Octal 264 5 364 32 142 0 4 434 140 61
Binary 10110100 101 11110100 11010 1100010 0 100 100011100 1100000 110001

Color Harmonies of #B405F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405F4

Black with #B405F4

Text Example


Text Example

White with #B405F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405F4; }

 p { color: rgb(180,5,244); }

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

background-color css

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

 a { background-color: rgb(180,5,244); }

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

border-color css

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

 span { border-color: rgb(180,5,244); }

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