Html Css Color HEX #B71DFE Electric Purple

📋 copy color: '#B71DFE'

red 183 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #B71DFE

Tints of Electric Purple #B71DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.22%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 39.27%
G = 6.22%
B = 54.51%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B71DFE (or 0xB71DFE) is known color: Electric Purple. HEX triplet: B7, 1D and FE. RGB value is (183,29,254). Sum of RGB (Red+Green+Blue) = 183+29+254=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #B71DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71DFE is #48E201. Grayscale: #636363. Windows color (decimal): -4776450 or 16653751. OLE color: 16653751.

HSL color Cylindrical-coordinate representation of color #B71DFE: hue angle of 281.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71DFE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 29 254 -
CMYK 0.28 0.89 0 0.00
HSL 281.07º 0.99% 0.55% -
HSV(B) 281.07º 0.89% 1% -
XYZ 37.86 18.1 95.26 -
YUV 100.7 214.52 186.7 -
System Red Green Blue C M Y K H S L
Decimal 183 29 254 0.28 0.89 0 0.00 281.07 0.99 0.55
Hex B7 1D FE 1C 59 0 0 119 63 37
Octal 267 35 376 34 131 0 0 431 143 67
Binary 10110111 11101 11111110 11100 1011001 0 0 100011001 1100011 110111

Color Harmonies of #B71DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71DFE

Black with #B71DFE

Text Example


Text Example

White with #B71DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71DFE; }

 p { color: rgb(183,29,254); }

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

background-color css

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

 a { background-color: rgb(183,29,254); }

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

border-color css

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

 span { border-color: rgb(183,29,254); }

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