Html Css Color HEX #B400FF Electric Purple

📋 copy color: '#B400FF'

red 180 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #B400FF

Tints of Electric Purple #B400FF

RGB

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

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

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

R = 41.38%
G = 0%
B = 58.62%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B400FF (or 0xB400FF) is known color: Electric Purple. HEX triplet: B4, 00 and FF. RGB value is (180,0,255). Sum of RGB (Red+Green+Blue) = 180+0+255=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #B400FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400FF is #4BFF00. Grayscale: #525252. Windows color (decimal): -4980481 or 16711860. OLE color: 16711860.

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

Color convert

RGB 180 0 255 -
CMYK 0.29 1 0 0
HSL 282.35º 1% 0.5% -
HSV(B) 282.35º 1% 1% -
XYZ 36.87 16.92 95.93 -
YUV 82.89 225.13 197.27 -
System Red Green Blue C M Y K H S L
Decimal 180 0 255 0.29 1 0 0 282.35 1 0.5
Hex B4 0 FF 1D 64 0 0 11A 64 32
Octal 264 0 377 35 144 0 0 432 144 62
Binary 10110100 0 11111111 11101 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B400FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400FF

Black with #B400FF

Text Example


Text Example

White with #B400FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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