Html Css Color HEX #B417EE Electric Purple

📋 copy color: '#B417EE'

red 180 ◦ green 23 ◦ blue 238

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

Shades of Electric Purple #B417EE

Tints of Electric Purple #B417EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.22%

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

R = 40.82%
G = 5.22%
B = 53.97%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B417EE (or 0xB417EE) is known color: Electric Purple. HEX triplet: B4, 17 and EE. RGB value is (180,23,238). Sum of RGB (Red+Green+Blue) = 180+23+238=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #B417EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417EE is #4BE811. Grayscale: #5D5D5D. Windows color (decimal): -4974610 or 15603636. OLE color: 15603636.

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

Color convert

RGB 180 23 238 -
CMYK 0.24 0.90 0 0.07
HSL 283.81º 0.86% 0.51% -
HSV(B) 283.81º 0.9% 0.93% -
XYZ 34.56 16.49 82.25 -
YUV 94.45 209.01 189.02 -
System Red Green Blue C M Y K H S L
Decimal 180 23 238 0.24 0.90 0 0.07 283.81 0.86 0.51
Hex B4 17 EE 18 5A 0 7 11C 56 33
Octal 264 27 356 30 132 0 7 434 126 63
Binary 10110100 10111 11101110 11000 1011010 0 111 100011100 1010110 110011

Color Harmonies of #B417EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417EE

Black with #B417EE

Text Example


Text Example

White with #B417EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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