Html Css Color HEX #B413EB Electric Purple

📋 copy color: '#B413EB'

red 180 ◦ green 19 ◦ blue 235

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

Shades of Electric Purple #B413EB

Tints of Electric Purple #B413EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.38%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 41.47%
G = 4.38%
B = 54.15%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B413EB (or 0xB413EB) is known color: Electric Purple. HEX triplet: B4, 13 and EB. RGB value is (180,19,235). Sum of RGB (Red+Green+Blue) = 180+19+235=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #B413EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413EB is #4BEC14. Grayscale: #5B5B5B. Windows color (decimal): -4975637 or 15406004. OLE color: 15406004.

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

Color convert

RGB 180 19 235 -
CMYK 0.23 0.92 0 0.08
HSL 284.72º 0.85% 0.5% -
HSV(B) 284.72º 0.92% 0.92% -
XYZ 34.05 16.17 79.92 -
YUV 91.76 208.84 190.94 -
System Red Green Blue C M Y K H S L
Decimal 180 19 235 0.23 0.92 0 0.08 284.72 0.85 0.5
Hex B4 13 EB 17 5C 0 8 11D 55 32
Octal 264 23 353 27 134 0 10 435 125 62
Binary 10110100 10011 11101011 10111 1011100 0 1000 100011101 1010101 110010

Color Harmonies of #B413EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413EB

Black with #B413EB

Text Example


Text Example

White with #B413EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413EB; }

 p { color: rgb(180,19,235); }

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

background-color css

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

 a { background-color: rgb(180,19,235); }

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

border-color css

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

 span { border-color: rgb(180,19,235); }

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