Html Css Color HEX #B400FA Electric Purple

📋 copy color: '#B400FA'

red 180 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #B400FA

Tints of Electric Purple #B400FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 41.86%
G = 0%
B = 58.14%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B400FA (or 0xB400FA) is known color: Electric Purple. HEX triplet: B4, 00 and FA. RGB value is (180,0,250). Sum of RGB (Red+Green+Blue) = 180+0+250=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #B400FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400FA is #4BFF05. Grayscale: #515151. Windows color (decimal): -4980486 or 16384180. OLE color: 16384180.

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

Color convert

RGB 180 0 250 -
CMYK 0.28 1 0 0.02
HSL 283.2º 1% 0.49% -
HSV(B) 283.2º 1% 0.98% -
XYZ 36.08 16.61 91.75 -
YUV 82.32 222.63 197.67 -
System Red Green Blue C M Y K H S L
Decimal 180 0 250 0.28 1 0 0.02 283.2 1 0.49
Hex B4 0 FA 1C 64 0 2 11B 64 31
Octal 264 0 372 34 144 0 2 433 144 61
Binary 10110100 0 11111010 11100 1100100 0 10 100011011 1100100 110001

Color Harmonies of #B400FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400FA

Black with #B400FA

Text Example


Text Example

White with #B400FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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