Html Css Color HEX #B713EA Electric Purple

📋 copy color: '#B713EA'

red 183 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #B713EA

Tints of Electric Purple #B713EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.36%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 41.97%
G = 4.36%
B = 53.67%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B713EA (or 0xB713EA) is known color: Electric Purple. HEX triplet: B7, 13 and EA. RGB value is (183,19,234). Sum of RGB (Red+Green+Blue) = 183+19+234=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #B713EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B713EA is #48EC15. Grayscale: #5B5B5B. Windows color (decimal): -4779030 or 15340471. OLE color: 15340471.

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

Color convert

RGB 183 19 234 -
CMYK 0.22 0.92 0 0.08
HSL 285.77º 0.85% 0.5% -
HSV(B) 285.77º 0.92% 0.92% -
XYZ 34.61 16.47 79.2 -
YUV 92.55 207.83 192.52 -
System Red Green Blue C M Y K H S L
Decimal 183 19 234 0.22 0.92 0 0.08 285.77 0.85 0.5
Hex B7 13 EA 16 5C 0 8 11E 55 32
Octal 267 23 352 26 134 0 10 436 125 62
Binary 10110111 10011 11101010 10110 1011100 0 1000 100011110 1010101 110010

Color Harmonies of #B713EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713EA

Black with #B713EA

Text Example


Text Example

White with #B713EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713EA; }

 p { color: rgb(183,19,234); }

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

background-color css

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

 a { background-color: rgb(183,19,234); }

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

border-color css

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

 span { border-color: rgb(183,19,234); }

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