Html Css Color HEX #B71AED Electric Purple

📋 copy color: '#B71AED'

red 183 ◦ green 26 ◦ blue 237

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

Shades of Electric Purple #B71AED

Tints of Electric Purple #B71AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.83%

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

R = 41.03%
G = 5.83%
B = 53.14%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B71AED (or 0xB71AED) is known color: Electric Purple. HEX triplet: B7, 1A and ED. RGB value is (183,26,237). Sum of RGB (Red+Green+Blue) = 183+26+237=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #B71AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71AED is #48E512. Grayscale: #606060. Windows color (decimal): -4777235 or 15538871. OLE color: 15538871.

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

Color convert

RGB 183 26 237 -
CMYK 0.23 0.89 0 0.07
HSL 284.64º 0.85% 0.52% -
HSV(B) 284.64º 0.89% 0.93% -
XYZ 35.18 16.92 81.53 -
YUV 97 207.01 189.34 -
System Red Green Blue C M Y K H S L
Decimal 183 26 237 0.23 0.89 0 0.07 284.64 0.85 0.52
Hex B7 1A ED 17 59 0 7 11D 55 34
Octal 267 32 355 27 131 0 7 435 125 64
Binary 10110111 11010 11101101 10111 1011001 0 111 100011101 1010101 110100

Color Harmonies of #B71AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71AED

Black with #B71AED

Text Example


Text Example

White with #B71AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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