Html Css Color HEX #B611FF Electric Purple

📋 copy color: '#B611FF'

red 182 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #B611FF

Tints of Electric Purple #B611FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.17%

R = 40.09%
G = 3.74%
B = 56.17%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B611FF (or 0xB611FF) is known color: Electric Purple. HEX triplet: B6, 11 and FF. RGB value is (182,17,255). Sum of RGB (Red+Green+Blue) = 182+17+255=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B611FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B611FF is #49EE00. Grayscale: #5C5C5C. Windows color (decimal): -4845057 or 16716214. OLE color: 16716214.

HSL color Cylindrical-coordinate representation of color #B611FF: hue angle of 281.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B611FF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 17 255 -
CMYK 0.29 0.93 0 0
HSL 281.6º 1% 0.53% -
HSV(B) 281.6º 0.93% 1% -
XYZ 37.54 17.57 96.02 -
YUV 93.47 219.16 191.15 -
System Red Green Blue C M Y K H S L
Decimal 182 17 255 0.29 0.93 0 0 281.6 1 0.53
Hex B6 11 FF 1D 5D 0 0 11A 64 35
Octal 266 21 377 35 135 0 0 432 144 65
Binary 10110110 10001 11111111 11101 1011101 0 0 100011010 1100100 110101

Color Harmonies of #B611FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611FF

Black with #B611FF

Text Example


Text Example

White with #B611FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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