Html Css Color HEX #B71FFD Electric Purple

📋 copy color: '#B71FFD'

red 183 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #B71FFD

Tints of Electric Purple #B71FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 39.19%
G = 6.64%
B = 54.18%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B71FFD (or 0xB71FFD) is known color: Electric Purple. HEX triplet: B7, 1F and FD. RGB value is (183,31,253). Sum of RGB (Red+Green+Blue) = 183+31+253=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #B71FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71FFD is #48E002. Grayscale: #656565. Windows color (decimal): -4775939 or 16588727. OLE color: 16588727.

HSL color Cylindrical-coordinate representation of color #B71FFD: hue angle of 281.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71FFD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 31 253 -
CMYK 0.28 0.88 0 0.01
HSL 281.08º 0.98% 0.56% -
HSV(B) 281.08º 0.88% 0.99% -
XYZ 37.75 18.14 94.44 -
YUV 101.76 213.36 185.95 -
System Red Green Blue C M Y K H S L
Decimal 183 31 253 0.28 0.88 0 0.01 281.08 0.98 0.56
Hex B7 1F FD 1C 58 0 1 119 62 38
Octal 267 37 375 34 130 0 1 431 142 70
Binary 10110111 11111 11111101 11100 1011000 0 1 100011001 1100010 111000

Color Harmonies of #B71FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FFD

Black with #B71FFD

Text Example


Text Example

White with #B71FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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