Html Css Color HEX #B81EFD Electric Purple

📋 copy color: '#B81EFD'

red 184 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #B81EFD

Tints of Electric Purple #B81EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.42%

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 39.4%
G = 6.42%
B = 54.18%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B81EFD (or 0xB81EFD) is known color: Electric Purple. HEX triplet: B8, 1E and FD. RGB value is (184,30,253). Sum of RGB (Red+Green+Blue) = 184+30+253=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #B81EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EFD is #47E102. Grayscale: #646464. Windows color (decimal): -4710659 or 16588472. OLE color: 16588472.

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

Color convert

RGB 184 30 253 -
CMYK 0.27 0.88 0 0.01
HSL 281.44º 0.98% 0.55% -
HSV(B) 281.44º 0.88% 0.99% -
XYZ 37.96 18.21 94.44 -
YUV 101.47 213.52 186.87 -
System Red Green Blue C M Y K H S L
Decimal 184 30 253 0.27 0.88 0 0.01 281.44 0.98 0.55
Hex B8 1E FD 1B 58 0 1 119 62 37
Octal 270 36 375 33 130 0 1 431 142 67
Binary 10111000 11110 11111101 11011 1011000 0 1 100011001 1100010 110111

Color Harmonies of #B81EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EFD

Black with #B81EFD

Text Example


Text Example

White with #B81EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EFD; }

 p { color: rgb(184,30,253); }

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

background-color css

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

 a { background-color: rgb(184,30,253); }

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

border-color css

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

 span { border-color: rgb(184,30,253); }

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