Html Css Color HEX #B71CE0 Electric Purple

📋 copy color: '#B71CE0'

red 183 ◦ green 28 ◦ blue 224

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

Shades of Electric Purple #B71CE0

Tints of Electric Purple #B71CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 42.07%
G = 6.44%
B = 51.49%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B71CE0 (or 0xB71CE0) is known color: Electric Purple. HEX triplet: B7, 1C and E0. RGB value is (183,28,224). Sum of RGB (Red+Green+Blue) = 183+28+224=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #B71CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CE0 is #48E31F. Grayscale: #606060. Windows color (decimal): -4776736 or 14687415. OLE color: 14687415.

HSL color Cylindrical-coordinate representation of color #B71CE0: hue angle of 287.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71CE0 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 28 224 -
CMYK 0.18 0.88 0 0.12
HSL 287.45º 0.78% 0.49% -
HSV(B) 287.45º 0.88% 0.88% -
XYZ 33.4 16.28 71.9 -
YUV 96.69 199.85 189.56 -
System Red Green Blue C M Y K H S L
Decimal 183 28 224 0.18 0.88 0 0.12 287.45 0.78 0.49
Hex B7 1C E0 12 58 0 C 11F 4E 31
Octal 267 34 340 22 130 0 14 437 116 61
Binary 10110111 11100 11100000 10010 1011000 0 1100 100011111 1001110 110001

Color Harmonies of #B71CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CE0

Black with #B71CE0

Text Example


Text Example

White with #B71CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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