Html Css Color HEX #B711EC Electric Purple

📋 copy color: '#B711EC'

red 183 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #B711EC

Tints of Electric Purple #B711EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.9%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 41.97%
G = 3.9%
B = 54.13%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B711EC (or 0xB711EC) is known color: Electric Purple. HEX triplet: B7, 11 and EC. RGB value is (183,17,236). Sum of RGB (Red+Green+Blue) = 183+17+236=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #B711EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711EC is #48EE13. Grayscale: #5A5A5A. Windows color (decimal): -4779540 or 15471031. OLE color: 15471031.

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

Color convert

RGB 183 17 236 -
CMYK 0.22 0.93 0 0.07
HSL 285.48º 0.87% 0.5% -
HSV(B) 285.48º 0.93% 0.93% -
XYZ 34.87 16.52 80.71 -
YUV 91.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 183 17 236 0.22 0.93 0 0.07 285.48 0.87 0.5
Hex B7 11 EC 16 5D 0 7 11D 57 32
Octal 267 21 354 26 135 0 7 435 127 62
Binary 10110111 10001 11101100 10110 1011101 0 111 100011101 1010111 110010

Color Harmonies of #B711EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711EC

Black with #B711EC

Text Example


Text Example

White with #B711EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711EC; }

 p { color: rgb(183,17,236); }

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

background-color css

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

 a { background-color: rgb(183,17,236); }

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

border-color css

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

 span { border-color: rgb(183,17,236); }

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