Html Css Color HEX #B415FF Electric Purple

📋 copy color: '#B415FF'

red 180 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #B415FF

Tints of Electric Purple #B415FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.61%

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

R = 39.47%
G = 4.61%
B = 55.92%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B415FF (or 0xB415FF) is known color: Electric Purple. HEX triplet: B4, 15 and FF. RGB value is (180,21,255). Sum of RGB (Red+Green+Blue) = 180+21+255=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B415FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B415FF is #4BEA00. Grayscale: #5E5E5E. Windows color (decimal): -4975105 or 16717236. OLE color: 16717236.

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

Color convert

RGB 180 21 255 -
CMYK 0.29 0.92 0 0
HSL 280.77º 1% 0.54% -
HSV(B) 280.77º 0.92% 1% -
XYZ 37.14 17.46 96.02 -
YUV 95.22 218.18 188.47 -
System Red Green Blue C M Y K H S L
Decimal 180 21 255 0.29 0.92 0 0 280.77 1 0.54
Hex B4 15 FF 1D 5C 0 0 119 64 36
Octal 264 25 377 35 134 0 0 431 144 66
Binary 10110100 10101 11111111 11101 1011100 0 0 100011001 1100100 110110

Color Harmonies of #B415FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B415FF

Black with #B415FF

Text Example


Text Example

White with #B415FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B415FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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