Html Css Color HEX #B41CF7 Electric Purple

📋 copy color: '#B41CF7'

red 180 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #B41CF7

Tints of Electric Purple #B41CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.15%

 BLUE value IS 247 (96.88% from 255) = 54.29%

R = 39.56%
G = 6.15%
B = 54.29%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B41CF7 (or 0xB41CF7) is known color: Electric Purple. HEX triplet: B4, 1C and F7. RGB value is (180,28,247). Sum of RGB (Red+Green+Blue) = 180+28+247=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #B41CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B41CF7 is #4BE308. Grayscale: #616161. Windows color (decimal): -4973321 or 16194740. OLE color: 16194740.

HSL color Cylindrical-coordinate representation of color #B41CF7: hue angle of 281.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41CF7 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 28 247 -
CMYK 0.27 0.89 0 0.03
HSL 281.64º 0.93% 0.54% -
HSV(B) 281.64º 0.89% 0.97% -
XYZ 36.03 17.25 89.43 -
YUV 98.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 180 28 247 0.27 0.89 0 0.03 281.64 0.93 0.54
Hex B4 1C F7 1B 59 0 3 11A 5D 36
Octal 264 34 367 33 131 0 3 432 135 66
Binary 10110100 11100 11110111 11011 1011001 0 11 100011010 1011101 110110

Color Harmonies of #B41CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CF7

Black with #B41CF7

Text Example


Text Example

White with #B41CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CF7; }

 p { color: rgb(180,28,247); }

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

background-color css

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

 a { background-color: rgb(180,28,247); }

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

border-color css

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

 span { border-color: rgb(180,28,247); }

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