Html Css Color HEX #B81AF6 Electric Purple

📋 copy color: '#B81AF6'

red 184 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #B81AF6

Tints of Electric Purple #B81AF6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.7%

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 40.35%
G = 5.7%
B = 53.95%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B81AF6 (or 0xB81AF6) is known color: Electric Purple. HEX triplet: B8, 1A and F6. RGB value is (184,26,246). Sum of RGB (Red+Green+Blue) = 184+26+246=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #B81AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81AF6 is #47E509. Grayscale: #616161. Windows color (decimal): -4711690 or 16128696. OLE color: 16128696.

HSL color Cylindrical-coordinate representation of color #B81AF6: hue angle of 283.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81AF6 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 26 246 -
CMYK 0.25 0.89 0 0.04
HSL 283.09º 0.92% 0.53% -
HSV(B) 283.09º 0.89% 0.96% -
XYZ 36.77 17.58 88.64 -
YUV 98.32 211.35 189.11 -
System Red Green Blue C M Y K H S L
Decimal 184 26 246 0.25 0.89 0 0.04 283.09 0.92 0.53
Hex B8 1A F6 19 59 0 4 11B 5C 35
Octal 270 32 366 31 131 0 4 433 134 65
Binary 10111000 11010 11110110 11001 1011001 0 100 100011011 1011100 110101

Color Harmonies of #B81AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81AF6

Black with #B81AF6

Text Example


Text Example

White with #B81AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81AF6; }

 p { color: rgb(184,26,246); }

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

background-color css

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

 a { background-color: rgb(184,26,246); }

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

border-color css

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

 span { border-color: rgb(184,26,246); }

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