Html Css Color HEX #B921F7 Electric Purple

📋 copy color: '#B921F7'

red 185 ◦ green 33 ◦ blue 247

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

Shades of Electric Purple #B921F7

Tints of Electric Purple #B921F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.12%

R = 39.78%
G = 7.1%
B = 53.12%

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

#B921F7 (or 0xB921F7) is known color: Electric Purple. HEX triplet: B9, 21 and F7. RGB value is (185,33,247). Sum of RGB (Red+Green+Blue) = 185+33+247=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #B921F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921F7 is #46DE08. Grayscale: #666666. Windows color (decimal): -4644361 or 16196025. OLE color: 16196025.

HSL color Cylindrical-coordinate representation of color #B921F7: hue angle of 282.62º degrees, saturation: 0.93, 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 #B921F7 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 33 247 -
CMYK 0.25 0.87 0 0.03
HSL 282.62º 0.93% 0.55% -
HSV(B) 282.62º 0.87% 0.97% -
XYZ 37.34 18.12 89.52 -
YUV 102.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 185 33 247 0.25 0.87 0 0.03 282.62 0.93 0.55
Hex B9 21 F7 19 57 0 3 11B 5D 37
Octal 271 41 367 31 127 0 3 433 135 67
Binary 10111001 100001 11110111 11001 1010111 0 11 100011011 1011101 110111

Color Harmonies of #B921F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921F7

Black with #B921F7

Text Example


Text Example

White with #B921F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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