Html Css Color HEX #B71CF1 Electric Purple

📋 copy color: '#B71CF1'

red 183 ◦ green 28 ◦ blue 241

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

Shades of Electric Purple #B71CF1

Tints of Electric Purple #B71CF1

RGB

 RED value IS 183 (71.88% from 255) = 40.49%

 GREEN value IS 28 (11.33% from 255) = 6.19%

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

R = 40.49%
G = 6.19%
B = 53.32%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B71CF1 (or 0xB71CF1) is known color: Electric Purple. HEX triplet: B7, 1C and F1. RGB value is (183,28,241). Sum of RGB (Red+Green+Blue) = 183+28+241=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #B71CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CF1 is #48E30E. Grayscale: #616161. Windows color (decimal): -4776719 or 15801527. OLE color: 15801527.

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

Color convert

RGB 183 28 241 -
CMYK 0.24 0.88 0 0.05
HSL 283.66º 0.88% 0.53% -
HSV(B) 283.66º 0.88% 0.95% -
XYZ 35.82 17.25 84.66 -
YUV 98.63 208.35 188.18 -
System Red Green Blue C M Y K H S L
Decimal 183 28 241 0.24 0.88 0 0.05 283.66 0.88 0.53
Hex B7 1C F1 18 58 0 5 11C 58 35
Octal 267 34 361 30 130 0 5 434 130 65
Binary 10110111 11100 11110001 11000 1011000 0 101 100011100 1011000 110101

Color Harmonies of #B71CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CF1

Black with #B71CF1

Text Example


Text Example

White with #B71CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CF1; }

 p { color: rgb(183,28,241); }

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

background-color css

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

 a { background-color: rgb(183,28,241); }

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

border-color css

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

 span { border-color: rgb(183,28,241); }

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