Html Css Color HEX #B70EEA Electric Purple

📋 copy color: '#B70EEA'

red 183 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #B70EEA

Tints of Electric Purple #B70EEA

RGB

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

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

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

R = 42.46%
G = 3.25%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B70EEA (or 0xB70EEA) is known color: Electric Purple. HEX triplet: B7, 0E and EA. RGB value is (183,14,234). Sum of RGB (Red+Green+Blue) = 183+14+234=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #B70EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70EEA is #48F115. Grayscale: #585858. Windows color (decimal): -4780310 or 15339191. OLE color: 15339191.

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

Color convert

RGB 183 14 234 -
CMYK 0.22 0.94 0 0.08
HSL 286.09º 0.89% 0.49% -
HSV(B) 286.09º 0.94% 0.92% -
XYZ 34.54 16.32 79.17 -
YUV 89.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 183 14 234 0.22 0.94 0 0.08 286.09 0.89 0.49
Hex B7 E EA 16 5E 0 8 11E 59 31
Octal 267 16 352 26 136 0 10 436 131 61
Binary 10110111 1110 11101010 10110 1011110 0 1000 100011110 1011001 110001

Color Harmonies of #B70EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70EEA

Black with #B70EEA

Text Example


Text Example

White with #B70EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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