Html Css Color HEX #B811FF Electric Purple

📋 copy color: '#B811FF'

red 184 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #B811FF

Tints of Electric Purple #B811FF

RGB

 RED value IS 184 (72.27% from 255) = 40.35%

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

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

R = 40.35%
G = 3.73%
B = 55.92%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B811FF (or 0xB811FF) is known color: Electric Purple. HEX triplet: B8, 11 and FF. RGB value is (184,17,255). Sum of RGB (Red+Green+Blue) = 184+17+255=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #B811FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811FF is #47EE00. Grayscale: #5D5D5D. Windows color (decimal): -4713985 or 16716216. OLE color: 16716216.

HSL color Cylindrical-coordinate representation of color #B811FF: hue angle of 282.1º 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 #B811FF is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 17 255 -
CMYK 0.28 0.93 0 0
HSL 282.1º 1% 0.53% -
HSV(B) 282.1º 0.93% 1% -
XYZ 38.02 17.81 96.04 -
YUV 94.07 218.83 192.15 -
System Red Green Blue C M Y K H S L
Decimal 184 17 255 0.28 0.93 0 0 282.1 1 0.53
Hex B8 11 FF 1C 5D 0 0 11A 64 35
Octal 270 21 377 34 135 0 0 432 144 65
Binary 10111000 10001 11111111 11100 1011101 0 0 100011010 1100100 110101

Color Harmonies of #B811FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811FF

Black with #B811FF

Text Example


Text Example

White with #B811FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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