Html Css Color HEX #B416FF Electric Purple

📋 copy color: '#B416FF'

red 180 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #B416FF

Tints of Electric Purple #B416FF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.81%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 39.39%
G = 4.81%
B = 55.8%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B416FF (or 0xB416FF) is known color: Electric Purple. HEX triplet: B4, 16 and FF. RGB value is (180,22,255). Sum of RGB (Red+Green+Blue) = 180+22+255=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B416FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B416FF is #4BE900. Grayscale: #5F5F5F. Windows color (decimal): -4974849 or 16717492. OLE color: 16717492.

HSL color Cylindrical-coordinate representation of color #B416FF: hue angle of 280.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B416FF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 22 255 -
CMYK 0.29 0.91 0 0
HSL 280.69º 1% 0.54% -
HSV(B) 280.69º 0.91% 1% -
XYZ 37.16 17.5 96.03 -
YUV 95.8 217.85 188.05 -
System Red Green Blue C M Y K H S L
Decimal 180 22 255 0.29 0.91 0 0 280.69 1 0.54
Hex B4 16 FF 1D 5B 0 0 119 64 36
Octal 264 26 377 35 133 0 0 431 144 66
Binary 10110100 10110 11111111 11101 1011011 0 0 100011001 1100100 110110

Color Harmonies of #B416FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416FF

Black with #B416FF

Text Example


Text Example

White with #B416FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416FF; }

 p { color: rgb(180,22,255); }

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

background-color css

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

 a { background-color: rgb(180,22,255); }

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

border-color css

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

 span { border-color: rgb(180,22,255); }

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