Html Css Color HEX #B71EED Electric Purple

📋 copy color: '#B71EED'

red 183 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #B71EED

Tints of Electric Purple #B71EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 40.67%
G = 6.67%
B = 52.67%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B71EED (or 0xB71EED) is known color: Electric Purple. HEX triplet: B7, 1E and ED. RGB value is (183,30,237). Sum of RGB (Red+Green+Blue) = 183+30+237=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #B71EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EED is #48E112. Grayscale: #626262. Windows color (decimal): -4776211 or 15539895. OLE color: 15539895.

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

Color convert

RGB 183 30 237 -
CMYK 0.23 0.87 0 0.07
HSL 284.35º 0.85% 0.52% -
HSV(B) 284.35º 0.87% 0.93% -
XYZ 35.28 17.11 81.56 -
YUV 99.35 205.69 187.67 -
System Red Green Blue C M Y K H S L
Decimal 183 30 237 0.23 0.87 0 0.07 284.35 0.85 0.52
Hex B7 1E ED 17 57 0 7 11C 55 34
Octal 267 36 355 27 127 0 7 434 125 64
Binary 10110111 11110 11101101 10111 1010111 0 111 100011100 1010101 110100

Color Harmonies of #B71EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EED

Black with #B71EED

Text Example


Text Example

White with #B71EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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