Html Css Color HEX #B017FB Electric Purple

📋 copy color: '#B017FB'

red 176 ◦ green 23 ◦ blue 251

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

Shades of Electric Purple #B017FB

Tints of Electric Purple #B017FB

RGB

 RED value IS 176 (69.14% from 255) = 39.11%

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

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

R = 39.11%
G = 5.11%
B = 55.78%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B017FB (or 0xB017FB) is known color: Electric Purple. HEX triplet: B0, 17 and FB. RGB value is (176,23,251). Sum of RGB (Red+Green+Blue) = 176+23+251=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #B017FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017FB is #4FE804. Grayscale: #5D5D5D. Windows color (decimal): -5236741 or 16455600. OLE color: 16455600.

HSL color Cylindrical-coordinate representation of color #B017FB: hue angle of 280.26º 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 #B017FB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 23 251 -
CMYK 0.30 0.91 0 0.02
HSL 280.26º 0.97% 0.54% -
HSV(B) 280.26º 0.91% 0.98% -
XYZ 35.62 16.81 92.63 -
YUV 94.74 216.19 185.96 -
System Red Green Blue C M Y K H S L
Decimal 176 23 251 0.30 0.91 0 0.02 280.26 0.97 0.54
Hex B0 17 FB 1E 5B 0 2 118 61 36
Octal 260 27 373 36 133 0 2 430 141 66
Binary 10110000 10111 11111011 11110 1011011 0 10 100011000 1100001 110110

Color Harmonies of #B017FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017FB

Black with #B017FB

Text Example


Text Example

White with #B017FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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