Html Css Color HEX #B71FEA Electric Purple

📋 copy color: '#B71FEA'

red 183 ◦ green 31 ◦ blue 234

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

Shades of Electric Purple #B71FEA

Tints of Electric Purple #B71FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 40.85%
G = 6.92%
B = 52.23%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B71FEA (or 0xB71FEA) is known color: Electric Purple. HEX triplet: B7, 1F and EA. RGB value is (183,31,234). Sum of RGB (Red+Green+Blue) = 183+31+234=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #B71FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71FEA is #48E015. Grayscale: #626262. Windows color (decimal): -4775958 or 15343543. OLE color: 15343543.

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

Color convert

RGB 183 31 234 -
CMYK 0.22 0.87 0 0.08
HSL 284.93º 0.83% 0.52% -
HSV(B) 284.93º 0.87% 0.92% -
XYZ 34.87 16.99 79.28 -
YUV 99.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 183 31 234 0.22 0.87 0 0.08 284.93 0.83 0.52
Hex B7 1F EA 16 57 0 8 11D 53 34
Octal 267 37 352 26 127 0 10 435 123 64
Binary 10110111 11111 11101010 10110 1010111 0 1000 100011101 1010011 110100

Color Harmonies of #B71FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71FEA

Black with #B71FEA

Text Example


Text Example

White with #B71FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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