Html Css Color HEX #B917F3 Electric Purple

📋 copy color: '#B917F3'

red 185 ◦ green 23 ◦ blue 243

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

Shades of Electric Purple #B917F3

Tints of Electric Purple #B917F3

RGB

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

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

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

R = 41.02%
G = 5.1%
B = 53.88%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B917F3 (or 0xB917F3) is known color: Electric Purple. HEX triplet: B9, 17 and F3. RGB value is (185,23,243). Sum of RGB (Red+Green+Blue) = 185+23+243=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #B917F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917F3 is #46E80C. Grayscale: #5F5F5F. Windows color (decimal): -4646925 or 15931321. OLE color: 15931321.

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

Color convert

RGB 185 23 243 -
CMYK 0.24 0.91 0 0.05
HSL 284.18º 0.9% 0.52% -
HSV(B) 284.18º 0.91% 0.95% -
XYZ 36.49 17.4 86.23 -
YUV 96.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 185 23 243 0.24 0.91 0 0.05 284.18 0.9 0.52
Hex B9 17 F3 18 5B 0 5 11C 5A 34
Octal 271 27 363 30 133 0 5 434 132 64
Binary 10111001 10111 11110011 11000 1011011 0 101 100011100 1011010 110100

Color Harmonies of #B917F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917F3

Black with #B917F3

Text Example


Text Example

White with #B917F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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