Html Css Color HEX #B611E5 Electric Purple

📋 copy color: '#B611E5'

red 182 ◦ green 17 ◦ blue 229

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

Shades of Electric Purple #B611E5

Tints of Electric Purple #B611E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.5%

R = 42.52%
G = 3.97%
B = 53.5%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B611E5 (or 0xB611E5) is known color: Electric Purple. HEX triplet: B6, 11 and E5. RGB value is (182,17,229). Sum of RGB (Red+Green+Blue) = 182+17+229=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #B611E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611E5 is #49EE1A. Grayscale: #595959. Windows color (decimal): -4845083 or 15012278. OLE color: 15012278.

HSL color Cylindrical-coordinate representation of color #B611E5: hue angle of 286.7º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B611E5 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 17 229 -
CMYK 0.21 0.93 0 0.10
HSL 286.7º 0.86% 0.48% -
HSV(B) 286.7º 0.93% 0.9% -
XYZ 33.63 16 75.44 -
YUV 90.5 206.16 193.26 -
System Red Green Blue C M Y K H S L
Decimal 182 17 229 0.21 0.93 0 0.10 286.7 0.86 0.48
Hex B6 11 E5 15 5D 0 A 11F 56 30
Octal 266 21 345 25 135 0 12 437 126 60
Binary 10110110 10001 11100101 10101 1011101 0 1010 100011111 1010110 110000

Color Harmonies of #B611E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611E5

Black with #B611E5

Text Example


Text Example

White with #B611E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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