Html Css Color HEX #B611F1 Electric Purple

📋 copy color: '#B611F1'

red 182 ◦ green 17 ◦ blue 241

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

Shades of Electric Purple #B611F1

Tints of Electric Purple #B611F1

RGB

 RED value IS 182 (71.48% from 255) = 41.36%

 GREEN value IS 17 (7.03% from 255) = 3.86%

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 41.36%
G = 3.86%
B = 54.77%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B611F1 (or 0xB611F1) is known color: Electric Purple. HEX triplet: B6, 11 and F1. RGB value is (182,17,241). Sum of RGB (Red+Green+Blue) = 182+17+241=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #B611F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611F1 is #49EE0E. Grayscale: #5B5B5B. Windows color (decimal): -4845071 or 15798710. OLE color: 15798710.

HSL color Cylindrical-coordinate representation of color #B611F1: hue angle of 284.2º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B611F1 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 17 241 -
CMYK 0.24 0.93 0 0.05
HSL 284.2º 0.89% 0.51% -
HSV(B) 284.2º 0.93% 0.95% -
XYZ 35.37 16.7 84.58 -
YUV 91.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 182 17 241 0.24 0.93 0 0.05 284.2 0.89 0.51
Hex B6 11 F1 18 5D 0 5 11C 59 33
Octal 266 21 361 30 135 0 5 434 131 63
Binary 10110110 10001 11110001 11000 1011101 0 101 100011100 1011001 110011

Color Harmonies of #B611F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611F1

Black with #B611F1

Text Example


Text Example

White with #B611F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611F1; }

 p { color: rgb(182,17,241); }

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

background-color css

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

 a { background-color: rgb(182,17,241); }

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

border-color css

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

 span { border-color: rgb(182,17,241); }

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