Html Css Color HEX #B913F7 Electric Purple

📋 copy color: '#B913F7'

red 185 ◦ green 19 ◦ blue 247

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

Shades of Electric Purple #B913F7

Tints of Electric Purple #B913F7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.21%

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

R = 41.02%
G = 4.21%
B = 54.77%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B913F7 (or 0xB913F7) is known color: Electric Purple. HEX triplet: B9, 13 and F7. RGB value is (185,19,247). Sum of RGB (Red+Green+Blue) = 185+19+247=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #B913F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913F7 is #46EC08. Grayscale: #5D5D5D. Windows color (decimal): -4647945 or 16192441. OLE color: 16192441.

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

Color convert

RGB 185 19 247 -
CMYK 0.25 0.92 0 0.03
HSL 283.68º 0.93% 0.52% -
HSV(B) 283.68º 0.92% 0.97% -
XYZ 37.03 17.5 89.42 -
YUV 94.63 214 192.46 -
System Red Green Blue C M Y K H S L
Decimal 185 19 247 0.25 0.92 0 0.03 283.68 0.93 0.52
Hex B9 13 F7 19 5C 0 3 11C 5D 34
Octal 271 23 367 31 134 0 3 434 135 64
Binary 10111001 10011 11110111 11001 1011100 0 11 100011100 1011101 110100

Color Harmonies of #B913F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913F7

Black with #B913F7

Text Example


Text Example

White with #B913F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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