Html Css Color HEX #B921EC Electric Purple

📋 copy color: '#B921EC'

red 185 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #B921EC

Tints of Electric Purple #B921EC

RGB

 RED value IS 185 (72.66% from 255) = 40.75%

 GREEN value IS 33 (13.28% from 255) = 7.27%

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 40.75%
G = 7.27%
B = 51.98%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B921EC (or 0xB921EC) is known color: Electric Purple. HEX triplet: B9, 21 and EC. RGB value is (185,33,236). Sum of RGB (Red+Green+Blue) = 185+33+236=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #B921EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921EC is #46DE13. Grayscale: #646464. Windows color (decimal): -4644372 or 15475129. OLE color: 15475129.

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

Color convert

RGB 185 33 236 -
CMYK 0.22 0.86 0 0.07
HSL 284.93º 0.84% 0.53% -
HSV(B) 284.93º 0.86% 0.93% -
XYZ 35.69 17.46 80.85 -
YUV 101.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 185 33 236 0.22 0.86 0 0.07 284.93 0.84 0.53
Hex B9 21 EC 16 56 0 7 11D 54 35
Octal 271 41 354 26 126 0 7 435 124 65
Binary 10111001 100001 11101100 10110 1010110 0 111 100011101 1010100 110101

Color Harmonies of #B921EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921EC

Black with #B921EC

Text Example


Text Example

White with #B921EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921EC; }

 p { color: rgb(185,33,236); }

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

background-color css

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

 a { background-color: rgb(185,33,236); }

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

border-color css

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

 span { border-color: rgb(185,33,236); }

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