Html Css Color HEX #B006EC Electric Purple

📋 copy color: '#B006EC'

red 176 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #B006EC

Tints of Electric Purple #B006EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 42.11%
G = 1.44%
B = 56.46%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B006EC (or 0xB006EC) is known color: Electric Purple. HEX triplet: B0, 06 and EC. RGB value is (176,6,236). Sum of RGB (Red+Green+Blue) = 176+6+236=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #B006EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B006EC is #4FF913. Grayscale: #525252. Windows color (decimal): -5241108 or 15468208. OLE color: 15468208.

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

Color convert

RGB 176 6 236 -
CMYK 0.25 0.97 0 0.07
HSL 284.35º 0.95% 0.47% -
HSV(B) 284.35º 0.97% 0.93% -
XYZ 33.11 15.42 80.59 -
YUV 83.05 214.32 194.3 -
System Red Green Blue C M Y K H S L
Decimal 176 6 236 0.25 0.97 0 0.07 284.35 0.95 0.47
Hex B0 6 EC 19 61 0 7 11C 5F 2F
Octal 260 6 354 31 141 0 7 434 137 57
Binary 10110000 110 11101100 11001 1100001 0 111 100011100 1011111 101111

Color Harmonies of #B006EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006EC

Black with #B006EC

Text Example


Text Example

White with #B006EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006EC; }

 p { color: rgb(176,6,236); }

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

background-color css

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

 a { background-color: rgb(176,6,236); }

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

border-color css

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

 span { border-color: rgb(176,6,236); }

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