Html Css Color HEX #B41BFF Electric Purple

📋 copy color: '#B41BFF'

red 180 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #B41BFF

Tints of Electric Purple #B41BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.84%

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

R = 38.96%
G = 5.84%
B = 55.19%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B41BFF (or 0xB41BFF) is known color: Electric Purple. HEX triplet: B4, 1B and FF. RGB value is (180,27,255). Sum of RGB (Red+Green+Blue) = 180+27+255=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #B41BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41BFF is #4BE400. Grayscale: #616161. Windows color (decimal): -4973569 or 16718772. OLE color: 16718772.

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

Color convert

RGB 180 27 255 -
CMYK 0.29 0.89 0 0
HSL 280.26º 1% 0.55% -
HSV(B) 280.26º 0.89% 1% -
XYZ 37.26 17.71 96.06 -
YUV 98.74 216.19 185.96 -
System Red Green Blue C M Y K H S L
Decimal 180 27 255 0.29 0.89 0 0 280.26 1 0.55
Hex B4 1B FF 1D 59 0 0 118 64 37
Octal 264 33 377 35 131 0 0 430 144 67
Binary 10110100 11011 11111111 11101 1011001 0 0 100011000 1100100 110111

Color Harmonies of #B41BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BFF

Black with #B41BFF

Text Example


Text Example

White with #B41BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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