Html Css Color HEX #B417EF Electric Purple

📋 copy color: '#B417EF'

red 180 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #B417EF

Tints of Electric Purple #B417EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 40.72%
G = 5.2%
B = 54.07%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B417EF (or 0xB417EF) is known color: Electric Purple. HEX triplet: B4, 17 and EF. RGB value is (180,23,239). Sum of RGB (Red+Green+Blue) = 180+23+239=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #B417EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417EF is #4BE810. Grayscale: #5D5D5D. Windows color (decimal): -4974609 or 15669172. OLE color: 15669172.

HSL color Cylindrical-coordinate representation of color #B417EF: hue angle of 283.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B417EF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 23 239 -
CMYK 0.25 0.90 0 0.06
HSL 283.61º 0.87% 0.51% -
HSV(B) 283.61º 0.9% 0.94% -
XYZ 34.71 16.55 83.03 -
YUV 94.57 209.51 188.94 -
System Red Green Blue C M Y K H S L
Decimal 180 23 239 0.25 0.90 0 0.06 283.61 0.87 0.51
Hex B4 17 EF 19 5A 0 6 11C 57 33
Octal 264 27 357 31 132 0 6 434 127 63
Binary 10110100 10111 11101111 11001 1011010 0 110 100011100 1010111 110011

Color Harmonies of #B417EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417EF

Black with #B417EF

Text Example


Text Example

White with #B417EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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