Html Css Color HEX #B400EE Electric Purple

📋 copy color: '#B400EE'

red 180 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #B400EE

Tints of Electric Purple #B400EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 43.06%
G = 0%
B = 56.94%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B400EE (or 0xB400EE) is known color: Electric Purple. HEX triplet: B4, 00 and EE. RGB value is (180,0,238). Sum of RGB (Red+Green+Blue) = 180+0+238=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #B400EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400EE is #4BFF11. Grayscale: #505050. Windows color (decimal): -4980498 or 15597748. OLE color: 15597748.

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

Color convert

RGB 180 0 238 -
CMYK 0.24 1 0 0.07
HSL 285.38º 1% 0.47% -
HSV(B) 285.38º 1% 0.93% -
XYZ 34.26 15.88 82.15 -
YUV 80.95 216.63 198.65 -
System Red Green Blue C M Y K H S L
Decimal 180 0 238 0.24 1 0 0.07 285.38 1 0.47
Hex B4 0 EE 18 64 0 7 11D 64 2F
Octal 264 0 356 30 144 0 7 435 144 57
Binary 10110100 0 11101110 11000 1100100 0 111 100011101 1100100 101111

Color Harmonies of #B400EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400EE

Black with #B400EE

Text Example


Text Example

White with #B400EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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