Html Css Color HEX #B71EEC Electric Purple

📋 copy color: '#B71EEC'

red 183 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #B71EEC

Tints of Electric Purple #B71EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 40.76%
G = 6.68%
B = 52.56%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B71EEC (or 0xB71EEC) is known color: Electric Purple. HEX triplet: B7, 1E and EC. RGB value is (183,30,236). Sum of RGB (Red+Green+Blue) = 183+30+236=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #B71EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EEC is #48E113. Grayscale: #626262. Windows color (decimal): -4776212 or 15474359. OLE color: 15474359.

HSL color Cylindrical-coordinate representation of color #B71EEC: hue angle of 284.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71EEC is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 30 236 -
CMYK 0.22 0.87 0 0.07
HSL 284.56º 0.84% 0.52% -
HSV(B) 284.56º 0.87% 0.93% -
XYZ 35.13 17.05 80.8 -
YUV 99.23 205.19 187.75 -
System Red Green Blue C M Y K H S L
Decimal 183 30 236 0.22 0.87 0 0.07 284.56 0.84 0.52
Hex B7 1E EC 16 57 0 7 11D 54 34
Octal 267 36 354 26 127 0 7 435 124 64
Binary 10110111 11110 11101100 10110 1010111 0 111 100011101 1010100 110100

Color Harmonies of #B71EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EEC

Black with #B71EEC

Text Example


Text Example

White with #B71EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EEC; }

 p { color: rgb(183,30,236); }

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

background-color css

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

 a { background-color: rgb(183,30,236); }

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

border-color css

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

 span { border-color: rgb(183,30,236); }

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