Html Css Color HEX #B710EA Electric Purple

📋 copy color: '#B710EA'

red 183 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #B710EA

Tints of Electric Purple #B710EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 42.26%
G = 3.7%
B = 54.04%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B710EA (or 0xB710EA) is known color: Electric Purple. HEX triplet: B7, 10 and EA. RGB value is (183,16,234). Sum of RGB (Red+Green+Blue) = 183+16+234=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #B710EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B710EA is #48EF15. Grayscale: #5A5A5A. Windows color (decimal): -4779798 or 15339703. OLE color: 15339703.

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

Color convert

RGB 183 16 234 -
CMYK 0.22 0.93 0 0.08
HSL 285.96º 0.87% 0.49% -
HSV(B) 285.96º 0.93% 0.92% -
XYZ 34.57 16.38 79.18 -
YUV 90.79 208.83 193.77 -
System Red Green Blue C M Y K H S L
Decimal 183 16 234 0.22 0.93 0 0.08 285.96 0.87 0.49
Hex B7 10 EA 16 5D 0 8 11E 57 31
Octal 267 20 352 26 135 0 10 436 127 61
Binary 10110111 10000 11101010 10110 1011101 0 1000 100011110 1010111 110001

Color Harmonies of #B710EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710EA

Black with #B710EA

Text Example


Text Example

White with #B710EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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