Html Css Color HEX #B71FFB Electric Purple

📋 copy color: '#B71FFB'

red 183 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #B71FFB

Tints of Electric Purple #B71FFB

RGB

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

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

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

R = 39.35%
G = 6.67%
B = 53.98%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B71FFB (or 0xB71FFB) is known color: Electric Purple. HEX triplet: B7, 1F and FB. RGB value is (183,31,251). Sum of RGB (Red+Green+Blue) = 183+31+251=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #B71FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71FFB is #48E004. Grayscale: #646464. Windows color (decimal): -4775941 or 16457655. OLE color: 16457655.

HSL color Cylindrical-coordinate representation of color #B71FFB: hue angle of 281.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71FFB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 31 251 -
CMYK 0.27 0.88 0 0.02
HSL 281.45º 0.96% 0.55% -
HSV(B) 281.45º 0.88% 0.98% -
XYZ 37.43 18.01 92.77 -
YUV 101.53 212.36 186.11 -
System Red Green Blue C M Y K H S L
Decimal 183 31 251 0.27 0.88 0 0.02 281.45 0.96 0.55
Hex B7 1F FB 1B 58 0 2 119 60 37
Octal 267 37 373 33 130 0 2 431 140 67
Binary 10110111 11111 11111011 11011 1011000 0 10 100011001 1100000 110111

Color Harmonies of #B71FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FFB

Black with #B71FFB

Text Example


Text Example

White with #B71FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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