Html Css Color HEX #B71CE1 Electric Purple

📋 copy color: '#B71CE1'

red 183 ◦ green 28 ◦ blue 225

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

Shades of Electric Purple #B71CE1

Tints of Electric Purple #B71CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 41.97%
G = 6.42%
B = 51.61%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B71CE1 (or 0xB71CE1) is known color: Electric Purple. HEX triplet: B7, 1C and E1. RGB value is (183,28,225). Sum of RGB (Red+Green+Blue) = 183+28+225=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #B71CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CE1 is #48E31E. Grayscale: #606060. Windows color (decimal): -4776735 or 14752951. OLE color: 14752951.

HSL color Cylindrical-coordinate representation of color #B71CE1: hue angle of 287.21º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71CE1 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 28 225 -
CMYK 0.19 0.88 0 0.12
HSL 287.21º 0.78% 0.5% -
HSV(B) 287.21º 0.88% 0.88% -
XYZ 33.53 16.33 72.62 -
YUV 96.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 183 28 225 0.19 0.88 0 0.12 287.21 0.78 0.5
Hex B7 1C E1 13 58 0 C 11F 4E 32
Octal 267 34 341 23 130 0 14 437 116 62
Binary 10110111 11100 11100001 10011 1011000 0 1100 100011111 1001110 110010

Color Harmonies of #B71CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CE1

Black with #B71CE1

Text Example


Text Example

White with #B71CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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