Html Css Color HEX #B407EE Electric Purple

📋 copy color: '#B407EE'

red 180 ◦ green 7 ◦ blue 238

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

Shades of Electric Purple #B407EE

Tints of Electric Purple #B407EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

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

R = 42.35%
G = 1.65%
B = 56%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B407EE (or 0xB407EE) is known color: Electric Purple. HEX triplet: B4, 07 and EE. RGB value is (180,7,238). Sum of RGB (Red+Green+Blue) = 180+7+238=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #B407EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B407EE is #4BF811. Grayscale: #545454. Windows color (decimal): -4978706 or 15599540. OLE color: 15599540.

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

Color convert

RGB 180 7 238 -
CMYK 0.24 0.97 0 0.07
HSL 284.94º 0.94% 0.48% -
HSV(B) 284.94º 0.97% 0.93% -
XYZ 34.33 16.03 82.17 -
YUV 85.06 214.31 195.72 -
System Red Green Blue C M Y K H S L
Decimal 180 7 238 0.24 0.97 0 0.07 284.94 0.94 0.48
Hex B4 7 EE 18 61 0 7 11D 5E 30
Octal 264 7 356 30 141 0 7 435 136 60
Binary 10110100 111 11101110 11000 1100001 0 111 100011101 1011110 110000

Color Harmonies of #B407EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407EE

Black with #B407EE

Text Example


Text Example

White with #B407EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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