Html Css Color HEX #B41FFB Electric Purple

📋 copy color: '#B41FFB'

red 180 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #B41FFB

Tints of Electric Purple #B41FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.71%

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 38.96%
G = 6.71%
B = 54.33%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B41FFB (or 0xB41FFB) is known color: Electric Purple. HEX triplet: B4, 1F and FB. RGB value is (180,31,251). Sum of RGB (Red+Green+Blue) = 180+31+251=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #B41FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41FFB is #4BE004. Grayscale: #636363. Windows color (decimal): -4972549 or 16457652. OLE color: 16457652.

HSL color Cylindrical-coordinate representation of color #B41FFB: hue angle of 280.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41FFB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 31 251 -
CMYK 0.28 0.88 0 0.02
HSL 280.64º 0.96% 0.55% -
HSV(B) 280.64º 0.88% 0.98% -
XYZ 36.72 17.65 92.74 -
YUV 100.63 212.86 184.61 -
System Red Green Blue C M Y K H S L
Decimal 180 31 251 0.28 0.88 0 0.02 280.64 0.96 0.55
Hex B4 1F FB 1C 58 0 2 119 60 37
Octal 264 37 373 34 130 0 2 431 140 67
Binary 10110100 11111 11111011 11100 1011000 0 10 100011001 1100000 110111

Color Harmonies of #B41FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FFB

Black with #B41FFB

Text Example


Text Example

White with #B41FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FFB; }

 p { color: rgb(180,31,251); }

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

background-color css

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

 a { background-color: rgb(180,31,251); }

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

border-color css

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

 span { border-color: rgb(180,31,251); }

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