Html Css Color HEX #B405FF Electric Purple

📋 copy color: '#B405FF'

red 180 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #B405FF

Tints of Electric Purple #B405FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 40.91%
G = 1.14%
B = 57.95%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B405FF (or 0xB405FF) is known color: Electric Purple. HEX triplet: B4, 05 and FF. RGB value is (180,5,255). Sum of RGB (Red+Green+Blue) = 180+5+255=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #B405FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B405FF is #4BFA00. Grayscale: #555555. Windows color (decimal): -4979201 or 16713140. OLE color: 16713140.

HSL color Cylindrical-coordinate representation of color #B405FF: hue angle of 282º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405FF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 5 255 -
CMYK 0.29 0.98 0 0
HSL 282º 1% 0.51% -
HSV(B) 282º 0.98% 1% -
XYZ 36.93 17.03 95.95 -
YUV 85.83 223.48 195.17 -
System Red Green Blue C M Y K H S L
Decimal 180 5 255 0.29 0.98 0 0 282 1 0.51
Hex B4 5 FF 1D 62 0 0 11A 64 33
Octal 264 5 377 35 142 0 0 432 144 63
Binary 10110100 101 11111111 11101 1100010 0 0 100011010 1100100 110011

Color Harmonies of #B405FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405FF

Black with #B405FF

Text Example


Text Example

White with #B405FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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