Html Css Color HEX #B71CF3 Electric Purple

📋 copy color: '#B71CF3'

red 183 ◦ green 28 ◦ blue 243

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

Shades of Electric Purple #B71CF3

Tints of Electric Purple #B71CF3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.17%

 BLUE value IS 243 (95.31% from 255) = 53.52%

R = 40.31%
G = 6.17%
B = 53.52%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B71CF3 (or 0xB71CF3) is known color: Electric Purple. HEX triplet: B7, 1C and F3. RGB value is (183,28,243). Sum of RGB (Red+Green+Blue) = 183+28+243=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #B71CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CF3 is #48E30C. Grayscale: #626262. Windows color (decimal): -4776717 or 15932599. OLE color: 15932599.

HSL color Cylindrical-coordinate representation of color #B71CF3: hue angle of 283.26º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71CF3 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 28 243 -
CMYK 0.25 0.88 0 0.05
HSL 283.26º 0.9% 0.53% -
HSV(B) 283.26º 0.88% 0.95% -
XYZ 36.12 17.37 86.24 -
YUV 98.86 209.35 188.02 -
System Red Green Blue C M Y K H S L
Decimal 183 28 243 0.25 0.88 0 0.05 283.26 0.9 0.53
Hex B7 1C F3 19 58 0 5 11B 5A 35
Octal 267 34 363 31 130 0 5 433 132 65
Binary 10110111 11100 11110011 11001 1011000 0 101 100011011 1011010 110101

Color Harmonies of #B71CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CF3

Black with #B71CF3

Text Example


Text Example

White with #B71CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CF3; }

 p { color: rgb(183,28,243); }

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

background-color css

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

 a { background-color: rgb(183,28,243); }

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

border-color css

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

 span { border-color: rgb(183,28,243); }

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