Html Css Color HEX #B71CEE Electric Purple

📋 copy color: '#B71CEE'

red 183 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #B71CEE

Tints of Electric Purple #B71CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 40.76%
G = 6.24%
B = 53.01%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B71CEE (or 0xB71CEE) is known color: Electric Purple. HEX triplet: B7, 1C and EE. RGB value is (183,28,238). Sum of RGB (Red+Green+Blue) = 183+28+238=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #B71CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CEE is #48E311. Grayscale: #616161. Windows color (decimal): -4776722 or 15604919. OLE color: 15604919.

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

Color convert

RGB 183 28 238 -
CMYK 0.23 0.88 0 0.07
HSL 284.29º 0.86% 0.52% -
HSV(B) 284.29º 0.88% 0.93% -
XYZ 35.38 17.07 82.32 -
YUV 98.29 206.85 188.42 -
System Red Green Blue C M Y K H S L
Decimal 183 28 238 0.23 0.88 0 0.07 284.29 0.86 0.52
Hex B7 1C EE 17 58 0 7 11C 56 34
Octal 267 34 356 27 130 0 7 434 126 64
Binary 10110111 11100 11101110 10111 1011000 0 111 100011100 1010110 110100

Color Harmonies of #B71CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CEE

Black with #B71CEE

Text Example


Text Example

White with #B71CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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