Html Css Color HEX #B71EFF Electric Purple

📋 copy color: '#B71EFF'

red 183 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #B71EFF

Tints of Electric Purple #B71EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 39.1%
G = 6.41%
B = 54.49%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B71EFF (or 0xB71EFF) is known color: Electric Purple. HEX triplet: B7, 1E and FF. RGB value is (183,30,255). Sum of RGB (Red+Green+Blue) = 183+30+255=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #B71EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EFF is #48E100. Grayscale: #646464. Windows color (decimal): -4776193 or 16719543. OLE color: 16719543.

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

Color convert

RGB 183 30 255 -
CMYK 0.28 0.88 0 0
HSL 280.8º 1% 0.56% -
HSV(B) 280.8º 0.88% 1% -
XYZ 38.04 18.22 96.12 -
YUV 101.4 214.69 186.2 -
System Red Green Blue C M Y K H S L
Decimal 183 30 255 0.28 0.88 0 0 280.8 1 0.56
Hex B7 1E FF 1C 58 0 0 119 64 38
Octal 267 36 377 34 130 0 0 431 144 70
Binary 10110111 11110 11111111 11100 1011000 0 0 100011001 1100100 111000

Color Harmonies of #B71EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EFF

Black with #B71EFF

Text Example


Text Example

White with #B71EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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