Html Css Color HEX #B71FEF Electric Purple

📋 copy color: '#B71FEF'

red 183 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #B71FEF

Tints of Electric Purple #B71FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.84%

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 40.4%
G = 6.84%
B = 52.76%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B71FEF (or 0xB71FEF) is known color: Electric Purple. HEX triplet: B7, 1F and EF. RGB value is (183,31,239). Sum of RGB (Red+Green+Blue) = 183+31+239=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #B71FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71FEF is #48E010. Grayscale: #636363. Windows color (decimal): -4775953 or 15671223. OLE color: 15671223.

HSL color Cylindrical-coordinate representation of color #B71FEF: hue angle of 283.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71FEF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 31 239 -
CMYK 0.23 0.87 0 0.06
HSL 283.85º 0.87% 0.53% -
HSV(B) 283.85º 0.87% 0.94% -
XYZ 35.6 17.28 83.12 -
YUV 100.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 183 31 239 0.23 0.87 0 0.06 283.85 0.87 0.53
Hex B7 1F EF 17 57 0 6 11C 57 35
Octal 267 37 357 27 127 0 6 434 127 65
Binary 10110111 11111 11101111 10111 1010111 0 110 100011100 1010111 110101

Color Harmonies of #B71FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FEF

Black with #B71FEF

Text Example


Text Example

White with #B71FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FEF; }

 p { color: rgb(183,31,239); }

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

background-color css

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

 a { background-color: rgb(183,31,239); }

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

border-color css

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

 span { border-color: rgb(183,31,239); }

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