Html Css Color HEX #B007EA Electric Purple

📋 copy color: '#B007EA'

red 176 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #B007EA

Tints of Electric Purple #B007EA

RGB

 RED value IS 176 (69.14% from 255) = 42.21%

 GREEN value IS 7 (3.13% from 255) = 1.68%

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

R = 42.21%
G = 1.68%
B = 56.12%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B007EA (or 0xB007EA) is known color: Electric Purple. HEX triplet: B0, 07 and EA. RGB value is (176,7,234). Sum of RGB (Red+Green+Blue) = 176+7+234=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #B007EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B007EA is #4FF815. Grayscale: #525252. Windows color (decimal): -5240854 or 15337392. OLE color: 15337392.

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

Color convert

RGB 176 7 234 -
CMYK 0.25 0.97 0 0.08
HSL 284.67º 0.94% 0.47% -
HSV(B) 284.67º 0.97% 0.92% -
XYZ 32.83 15.32 79.07 -
YUV 83.41 212.99 194.04 -
System Red Green Blue C M Y K H S L
Decimal 176 7 234 0.25 0.97 0 0.08 284.67 0.94 0.47
Hex B0 7 EA 19 61 0 8 11D 5E 2F
Octal 260 7 352 31 141 0 10 435 136 57
Binary 10110000 111 11101010 11001 1100001 0 1000 100011101 1011110 101111

Color Harmonies of #B007EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007EA

Black with #B007EA

Text Example


Text Example

White with #B007EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007EA; }

 p { color: rgb(176,7,234); }

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

background-color css

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

 a { background-color: rgb(176,7,234); }

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

border-color css

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

 span { border-color: rgb(176,7,234); }

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