Html Css Color HEX #B400FD Electric Purple

📋 copy color: '#B400FD'

red 180 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #B400FD

Tints of Electric Purple #B400FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.57%
G = 0%
B = 58.43%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B400FD (or 0xB400FD) is known color: Electric Purple. HEX triplet: B4, 00 and FD. RGB value is (180,0,253). Sum of RGB (Red+Green+Blue) = 180+0+253=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #B400FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400FD is #4BFF02. Grayscale: #515151. Windows color (decimal): -4980483 or 16580788. OLE color: 16580788.

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

Color convert

RGB 180 0 253 -
CMYK 0.29 1 0 0.01
HSL 282.69º 1% 0.5% -
HSV(B) 282.69º 1% 0.99% -
XYZ 36.55 16.8 94.24 -
YUV 82.66 224.13 197.43 -
System Red Green Blue C M Y K H S L
Decimal 180 0 253 0.29 1 0 0.01 282.69 1 0.5
Hex B4 0 FD 1D 64 0 1 11B 64 32
Octal 264 0 375 35 144 0 1 433 144 62
Binary 10110100 0 11111101 11101 1100100 0 1 100011011 1100100 110010

Color Harmonies of #B400FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400FD

Black with #B400FD

Text Example


Text Example

White with #B400FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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