Html Css Color HEX #B917F1 Electric Purple

📋 copy color: '#B917F1'

red 185 ◦ green 23 ◦ blue 241

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

Shades of Electric Purple #B917F1

Tints of Electric Purple #B917F1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.12%

 BLUE value IS 241 (94.53% from 255) = 53.67%

R = 41.2%
G = 5.12%
B = 53.67%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B917F1 (or 0xB917F1) is known color: Electric Purple. HEX triplet: B9, 17 and F1. RGB value is (185,23,241). Sum of RGB (Red+Green+Blue) = 185+23+241=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #B917F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917F1 is #46E80E. Grayscale: #5F5F5F. Windows color (decimal): -4646927 or 15800249. OLE color: 15800249.

HSL color Cylindrical-coordinate representation of color #B917F1: hue angle of 284.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917F1 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 23 241 -
CMYK 0.23 0.90 0 0.05
HSL 284.59º 0.89% 0.52% -
HSV(B) 284.59º 0.9% 0.95% -
XYZ 36.19 17.28 84.65 -
YUV 96.29 209.67 191.27 -
System Red Green Blue C M Y K H S L
Decimal 185 23 241 0.23 0.90 0 0.05 284.59 0.89 0.52
Hex B9 17 F1 17 5A 0 5 11D 59 34
Octal 271 27 361 27 132 0 5 435 131 64
Binary 10111001 10111 11110001 10111 1011010 0 101 100011101 1011001 110100

Color Harmonies of #B917F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917F1

Black with #B917F1

Text Example


Text Example

White with #B917F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917F1; }

 p { color: rgb(185,23,241); }

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

background-color css

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

 a { background-color: rgb(185,23,241); }

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

border-color css

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

 span { border-color: rgb(185,23,241); }

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