Html Css Color HEX #B917FB Electric Purple

📋 copy color: '#B917FB'

red 185 ◦ green 23 ◦ blue 251

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

Shades of Electric Purple #B917FB

Tints of Electric Purple #B917FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 40.31%
G = 5.01%
B = 54.68%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B917FB (or 0xB917FB) is known color: Electric Purple. HEX triplet: B9, 17 and FB. RGB value is (185,23,251). Sum of RGB (Red+Green+Blue) = 185+23+251=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #B917FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917FB is #46E804. Grayscale: #606060. Windows color (decimal): -4646917 or 16455609. OLE color: 16455609.

HSL color Cylindrical-coordinate representation of color #B917FB: hue angle of 282.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B917FB is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 23 251 -
CMYK 0.26 0.91 0 0.02
HSL 282.63º 0.97% 0.54% -
HSV(B) 282.63º 0.91% 0.98% -
XYZ 37.73 17.89 92.73 -
YUV 97.43 214.67 190.46 -
System Red Green Blue C M Y K H S L
Decimal 185 23 251 0.26 0.91 0 0.02 282.63 0.97 0.54
Hex B9 17 FB 1A 5B 0 2 11B 61 36
Octal 271 27 373 32 133 0 2 433 141 66
Binary 10111001 10111 11111011 11010 1011011 0 10 100011011 1100001 110110

Color Harmonies of #B917FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917FB

Black with #B917FB

Text Example


Text Example

White with #B917FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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