Html Css Color HEX #B81CEE Electric Purple

📋 copy color: '#B81CEE'

red 184 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #B81CEE

Tints of Electric Purple #B81CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 40.89%
G = 6.22%
B = 52.89%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B81CEE (or 0xB81CEE) is known color: Electric Purple. HEX triplet: B8, 1C and EE. RGB value is (184,28,238). Sum of RGB (Red+Green+Blue) = 184+28+238=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #B81CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CEE is #47E311. Grayscale: #616161. Windows color (decimal): -4711186 or 15604920. OLE color: 15604920.

HSL color Cylindrical-coordinate representation of color #B81CEE: hue angle of 284.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CEE is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 28 238 -
CMYK 0.23 0.88 0 0.07
HSL 284.57º 0.86% 0.52% -
HSV(B) 284.57º 0.88% 0.93% -
XYZ 35.62 17.19 82.33 -
YUV 98.58 206.68 188.92 -
System Red Green Blue C M Y K H S L
Decimal 184 28 238 0.23 0.88 0 0.07 284.57 0.86 0.52
Hex B8 1C EE 17 58 0 7 11D 56 34
Octal 270 34 356 27 130 0 7 435 126 64
Binary 10111000 11100 11101110 10111 1011000 0 111 100011101 1010110 110100

Color Harmonies of #B81CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CEE

Black with #B81CEE

Text Example


Text Example

White with #B81CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CEE; }

 p { color: rgb(184,28,238); }

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

background-color css

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

 a { background-color: rgb(184,28,238); }

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

border-color css

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

 span { border-color: rgb(184,28,238); }

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