Html Css Color HEX #B921F3 Electric Purple

📋 copy color: '#B921F3'

red 185 ◦ green 33 ◦ blue 243

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

Shades of Electric Purple #B921F3

Tints of Electric Purple #B921F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.71%

R = 40.13%
G = 7.16%
B = 52.71%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B921F3 (or 0xB921F3) is known color: Electric Purple. HEX triplet: B9, 21 and F3. RGB value is (185,33,243). Sum of RGB (Red+Green+Blue) = 185+33+243=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #B921F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921F3 is #46DE0C. Grayscale: #656565. Windows color (decimal): -4644365 or 15933881. OLE color: 15933881.

HSL color Cylindrical-coordinate representation of color #B921F3: hue angle of 283.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B921F3 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 33 243 -
CMYK 0.24 0.86 0 0.05
HSL 283.43º 0.9% 0.54% -
HSV(B) 283.43º 0.86% 0.95% -
XYZ 36.73 17.87 86.31 -
YUV 102.39 207.36 186.92 -
System Red Green Blue C M Y K H S L
Decimal 185 33 243 0.24 0.86 0 0.05 283.43 0.9 0.54
Hex B9 21 F3 18 56 0 5 11B 5A 36
Octal 271 41 363 30 126 0 5 433 132 66
Binary 10111001 100001 11110011 11000 1010110 0 101 100011011 1011010 110110

Color Harmonies of #B921F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921F3

Black with #B921F3

Text Example


Text Example

White with #B921F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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