Html Css Color HEX #B81DFB Electric Purple

📋 copy color: '#B81DFB'

red 184 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #B81DFB

Tints of Electric Purple #B81DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.25%

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 39.66%
G = 6.25%
B = 54.09%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B81DFB (or 0xB81DFB) is known color: Electric Purple. HEX triplet: B8, 1D and FB. RGB value is (184,29,251). Sum of RGB (Red+Green+Blue) = 184+29+251=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #B81DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DFB is #47E204. Grayscale: #636363. Windows color (decimal): -4710917 or 16457144. OLE color: 16457144.

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

Color convert

RGB 184 29 251 -
CMYK 0.27 0.88 0 0.02
HSL 281.89º 0.97% 0.55% -
HSV(B) 281.89º 0.88% 0.98% -
XYZ 37.62 18.03 92.76 -
YUV 100.65 212.85 187.45 -
System Red Green Blue C M Y K H S L
Decimal 184 29 251 0.27 0.88 0 0.02 281.89 0.97 0.55
Hex B8 1D FB 1B 58 0 2 11A 61 37
Octal 270 35 373 33 130 0 2 432 141 67
Binary 10111000 11101 11111011 11011 1011000 0 10 100011010 1100001 110111

Color Harmonies of #B81DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DFB

Black with #B81DFB

Text Example


Text Example

White with #B81DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DFB; }

 p { color: rgb(184,29,251); }

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

background-color css

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

 a { background-color: rgb(184,29,251); }

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

border-color css

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

 span { border-color: rgb(184,29,251); }

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