Html Css Color HEX #B611FA Electric Purple

📋 copy color: '#B611FA'

red 182 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #B611FA

Tints of Electric Purple #B611FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 40.53%
G = 3.79%
B = 55.68%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B611FA (or 0xB611FA) is known color: Electric Purple. HEX triplet: B6, 11 and FA. RGB value is (182,17,250). Sum of RGB (Red+Green+Blue) = 182+17+250=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B611FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611FA is #49EE05. Grayscale: #5C5C5C. Windows color (decimal): -4845062 or 16388534. OLE color: 16388534.

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

Color convert

RGB 182 17 250 -
CMYK 0.27 0.93 0 0.02
HSL 282.49º 0.96% 0.52% -
HSV(B) 282.49º 0.93% 0.98% -
XYZ 36.75 17.25 91.83 -
YUV 92.9 216.66 191.55 -
System Red Green Blue C M Y K H S L
Decimal 182 17 250 0.27 0.93 0 0.02 282.49 0.96 0.52
Hex B6 11 FA 1B 5D 0 2 11A 60 34
Octal 266 21 372 33 135 0 2 432 140 64
Binary 10110110 10001 11111010 11011 1011101 0 10 100011010 1100000 110100

Color Harmonies of #B611FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611FA

Black with #B611FA

Text Example


Text Example

White with #B611FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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