Html Css Color HEX #B405FD Electric Purple

📋 copy color: '#B405FD'

red 180 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #B405FD

Tints of Electric Purple #B405FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 41.1%
G = 1.14%
B = 57.76%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B405FD (or 0xB405FD) is known color: Electric Purple. HEX triplet: B4, 05 and FD. RGB value is (180,5,253). Sum of RGB (Red+Green+Blue) = 180+5+253=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #B405FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B405FD is #4BFA02. Grayscale: #545454. Windows color (decimal): -4979203 or 16582068. OLE color: 16582068.

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

Color convert

RGB 180 5 253 -
CMYK 0.29 0.98 0 0.01
HSL 282.34º 0.98% 0.51% -
HSV(B) 282.34º 0.98% 0.99% -
XYZ 36.61 16.9 94.26 -
YUV 85.6 222.48 195.33 -
System Red Green Blue C M Y K H S L
Decimal 180 5 253 0.29 0.98 0 0.01 282.34 0.98 0.51
Hex B4 5 FD 1D 62 0 1 11A 62 33
Octal 264 5 375 35 142 0 1 432 142 63
Binary 10110100 101 11111101 11101 1100010 0 1 100011010 1100010 110011

Color Harmonies of #B405FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405FD

Black with #B405FD

Text Example


Text Example

White with #B405FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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