Html Css Color HEX #B921F8 Electric Purple

📋 copy color: '#B921F8'

red 185 ◦ green 33 ◦ blue 248

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

Shades of Electric Purple #B921F8

Tints of Electric Purple #B921F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.22%

R = 39.7%
G = 7.08%
B = 53.22%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B921F8 (or 0xB921F8) is known color: Electric Purple. HEX triplet: B9, 21 and F8. RGB value is (185,33,248). Sum of RGB (Red+Green+Blue) = 185+33+248=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #B921F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921F8 is #46DE07. Grayscale: #666666. Windows color (decimal): -4644360 or 16261561. OLE color: 16261561.

HSL color Cylindrical-coordinate representation of color #B921F8: hue angle of 282.42º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B921F8 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 33 248 -
CMYK 0.25 0.87 0 0.03
HSL 282.42º 0.94% 0.55% -
HSV(B) 282.42º 0.87% 0.97% -
XYZ 37.49 18.18 90.34 -
YUV 102.96 209.86 186.52 -
System Red Green Blue C M Y K H S L
Decimal 185 33 248 0.25 0.87 0 0.03 282.42 0.94 0.55
Hex B9 21 F8 19 57 0 3 11A 5E 37
Octal 271 41 370 31 127 0 3 432 136 67
Binary 10111001 100001 11111000 11001 1010111 0 11 100011010 1011110 110111

Color Harmonies of #B921F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921F8

Black with #B921F8

Text Example


Text Example

White with #B921F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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