Html Css Color HEX #B70EED Electric Purple

📋 copy color: '#B70EED'

red 183 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #B70EED

Tints of Electric Purple #B70EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.23%

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

R = 42.17%
G = 3.23%
B = 54.61%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B70EED (or 0xB70EED) is known color: Electric Purple. HEX triplet: B7, 0E and ED. RGB value is (183,14,237). Sum of RGB (Red+Green+Blue) = 183+14+237=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #B70EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70EED is #48F112. Grayscale: #595959. Windows color (decimal): -4780307 or 15535799. OLE color: 15535799.

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

Color convert

RGB 183 14 237 -
CMYK 0.23 0.94 0 0.07
HSL 285.47º 0.89% 0.49% -
HSV(B) 285.47º 0.94% 0.93% -
XYZ 34.97 16.5 81.46 -
YUV 89.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 183 14 237 0.23 0.94 0 0.07 285.47 0.89 0.49
Hex B7 E ED 17 5E 0 7 11D 59 31
Octal 267 16 355 27 136 0 7 435 131 61
Binary 10110111 1110 11101101 10111 1011110 0 111 100011101 1011001 110001

Color Harmonies of #B70EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70EED

Black with #B70EED

Text Example


Text Example

White with #B70EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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